Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

About pscopf by python

I used the recording button to find the code of pscopf:

psspy.case(r"""C:\Program Files (x86)\PTI\PSSE33\EXAMPLE\ieee25bus.sav""") psspy.dfax([1,1],r"""C:\Program Files (x86)\PTI\PSSE33\EXAMPLE\ieee25bus.sub""", r"""C:\Program Files (x86)\PTI\PSSE33\EXAMPLE\ieee25bus.mon""", r"""C:\Program Files (x86)\PTI\PSSE33\EXAMPLE\ieee25busN1.con""", r"""C:\Program Files (x86)\PTI\PSSE33\EXAMPLE\ieee25bus.dfx""") psspy.pscopf([0,0,0,1,1,0,1,0,0,0,0,1,1,0,0,1,1,5,2,1,1,1,1,1,1,1],[ 0.5, 100.0, 100.0, 0.1, 0.1, 0.8, 1.5, 1.0, 1.0, 1.0, 1.0],[r"""CTRLARBASE""", r"""CTRLARBASE""", r"""CTRLARBASE""", r"""CTRLARBASE""", r"""CTRLARBASE""", r"""CTRLARBASE""", r"""CTRLARBASE"""], r"""C:\Program Files (x86)\PTI\PSSE33\EXAMPLE\ieee25bus.dfx""","","")

Well then how can I trace out some key variabe that can be used for python script such as

number_iterations = psspy.iterat()

Where can I find other useful function of psspy?