First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
These are called "VARS" in the PSSE model documentation. You will have to record channels for them using "BATVARCHANNEL" or "psspy.varchannel()" functions. You will need the index of the VAR you want to record, this can be found using "BATWNLIST" or "psspy.wnlist()" and a subsystem containing the machine you want to record after loading your dynamic data. Refer to the PSSE documentation "MODELS.pdf" and "API.pdf".
2 | No.2 Revision |
These are called "VARS" in the PSSE model documentation. You will have to record channels for them using "BATVARCHANNEL" BAT_VAR_CHANNEL
or "psspy.varchannel()" psspy.var_channel()
functions. You will need the index of the VAR you want to record, this can be found using "BATWNLIST" BAT_WNLIST
or "psspy.wnlist()" psspy.wnlist()
and a subsystem containing the machine you want to record after loading your dynamic data. Refer to the PSSE documentation "MODELS.pdf" and "API.pdf".