Changing the parameter of generators during dynamic simulation
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.change_plmod_con(5,r"""03""",r"""GENTPJ1""",5, 8)
psspy.change_plmod_con(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?
add a comment