Ask Your Question

Revision history [back]

click to hide/show revision 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.