Replies: 4 comments 11 replies
-
What's the error message? |
Beta Was this translation helpful? Give feedback.
-
I pushed a change to my |
Beta Was this translation helpful? Give feedback.
-
I cannot replicate the issue. Below is the code I used: import andes
ss = andes.run(andes.get_case("ieee14/ieee14_jumper.xlsx"))
ss.TDS.run()
ss.Jumper.alter("u", 1, 0)
ss.TDS.config.tf =25
ss.TDS.run()
ss.Jumper.as_df()
ss.Jumper.algebs
ss.Jumper.u
ss.TDS.plt.plot(ss.Bus.v, a=(8, 9))
ss.TDS.plt.plot(ss.Jumper.p)
ss.Line.alter("u", "Line_5", 0)
ss.Line.alter("u", "Line_6", 1)
ss.TDS.config.tf =40
ss.TDS.run()
ss.TDS.plt.plot(ss.Bus.a) Please post the full minimal working example that I can run. |
Beta Was this translation helpful? Give feedback.
-
Hello Mr. Cui Thank you for resolving the
Also when I made toggler off and run the system and made line_8, u=0 at 2 sec using |
Beta Was this translation helpful? Give feedback.
-
Hi Everyone
I am working in ANDES for my dynamic simulation. I want to merge two buses through Jumper. Simulation is running fine. However, when I try to deactivate the Jumper using "ssPV.Jumper.alter("u", 1, 0)" . However, Jumper power is not zero after using this command.
I am using ANDES1.8.3 and also ANDES 1.7.6.
Could you suggest why Jumper is not working for me?
Is there any alternative to switch ON/OFF the line? As making u=1/0, cause simulation stop (converges to zero).
Thanks
PandaRP01
Beta Was this translation helpful? Give feedback.
All reactions