1

additional output variables for use in .out file

Hi! Do someone know if I can create other variables besides the standard 35 in activity CHAN (program operational manual vol 1 section 5.2.1), to plot in an external program by using the .out file? The information maybe is available in the manuals but I am pretty new to PSSE and have not got used to the manuals yet.

Thanks, Björn

ruk's avatar
41
ruk
asked 2013-03-22 07:31:40 -0500
edit flag offensive 0 remove flag close merge delete

Comments

The problem I have is that I would like to plot the fluxes psi_d, psi_q and the subtransient fluxes psi''_d and psi''_q.

ruk's avatar ruk (2013-04-08 08:22:58 -0500) edit
add a comment see more comments

1 Answer

0

Your flux variables are likely STATEs inside a model. Any STATE and VAR can be added to the channel file by using the STATE_CHANNEL and VAR_CHANNEL. You will have to look through the model's documentation to see if that flux variable is available as either a STATE or VAR, then either inspect the case or use the DOCU command to find out exactly what internal STATE/VAR number that is. Then use the psspy.state_channel() or psspy.var_channel() functions to add the channel.

EBahr's avatar
420
EBahr
answered 2013-09-05 17:57:15 -0500, updated 2013-09-05 18:10:46 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Login/Signup to Answer