Using CRT channels?

asked Feb 24 '5

Alex P gravatar image

Hi,

Does anyone know how to use the CRT channels? I'm running this script from the GUI. I'm expecting a pop-up with "live" plotting of the channels during the run, but nothing like that is happening. Any suggestions?

psspy.case(r"""C:\Program Files (x86)\PTI\PSSE34\EXAMPLE\savcnv.sav""")
psspy.dyrenew([1,1,1,1],r"""C:\Program Files (x86)\PTI\PSSE34\EXAMPLE\savnw.dyr""","","","")
psspy.rstr(r"""C:\Program Files (x86)\PTI\PSSE34\EXAMPLE\savnw.snp""")
psspy.crt
plotchannel(1,34,0.0, 1.2)
psspy.crt
plotchannel(2,35,0.0, 1.2)
psspy.strt
2([0,0],r"""temp.out""")
psspy.run(0, 10.0,1000,1,1)