First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
Hi everyone. I have a question about changing the parameter during the dynamic simulation, I run this code:
psspy.bsys(sid=2, numbus=1, buses=1)
psspy.addmodellibrary('C:\Program Files (x86)\PTI\PSSEXplore34')
psspy.changeplmodcon(5,r"""03""",r"""GENTPJ1""",5, 8)
psspy.changeplmodcon(6,r"""04""",r"""GENTPJ1""",5, 10)
psspy.dyre_new([1,1,1,1],dyrfile)
I try to change the parameter H for gentpj at bus 5 and 6. but the results are not different from the before.
Can anyone help me with that?
2 | No.2 Revision |
Hi everyone. I have a question about changing the parameter during the dynamic simulation, I run this code:
psspy.bsys(sid=2, numbus=1, buses=1)