Error using Distributed Parameter Line Block
Show older comments

Error using DistributedParameterLineBlock
Block 'LineFaultModel1abc/Distributed Parameters Line2' has atleast one mode with propagation time
smaller than the specified powergui's 'Sample time(s)' value. In order to simulate this model, 'Sample
time(s)' must be less than '3.449e-06' secs.
Error in psbsort
Error in powersolve
Error in powersysdomain_start
Error in powersysdomain_netlist
Error in powersysdomain
Error in final_online_classification (line 11)
[tout,xout,yout] = sim('LineFaultModel1abc',[0 0.4],simopt);
Answers (1)
Walter Roberson
on 5 Aug 2022
0 votes
The default Sample Time is 50e-6 seconds; you need to set it to be less than 3.449e-6 seconds for the purpose of that particular model.
Categories
Find more on Modeling in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!