First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
You can only have one output file from the simulation but you may have thousands of channels if you want.
It is easier to make the channels selections interactively and record a python script. Change all starting indices to -1 in order to use the default values, see example below:
psspy.bus_frequency_channel([-1,ibus],"")
psspy.voltage_channel([-1,-1,-1,ibus],"")
psspy.branch_p_and_q_channel([-1,-1,-1,ibus,jbus],"1",["",""])