First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
Use API
var_channel
And
state_channel
2 | No.2 Revision |
Use API
var_channel
And
state_channel
Edit: The starting index for plant model are calulated with:
ierr, index = psspy.mdlind()
The starting index for wind model are calculated with:
ierr, index = psspy.windmind()
See the API manual for the arguments of the functions.