First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
VAR(L+1) specifies the time for initiating fast valving.
At initialisation of simulation VAR(L+1) is set to 9999 by PSSE. Change the value to the wanted time for start of fast valving. For example 1.3 if you want to initiate at time=1.3 s.
In a script use API:
psspy.change_plmod_var(ibus, id, ’TGOV2’, 2, 1.3)
After that you just run the simulation.