Error using Distributed Parameter Line Block
Mostrar comentarios más antiguos

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);
Respuestas (1)
Walter Roberson
el 5 de Ag. de 2022
0 votos
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.
Categorías
Más información sobre Modeling en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!