Ask Your Question
0

psspy.var_channel() function

asked Sep 8 '17

Amir90 gravatar image

Hello, I am using psspy.var_channel() function to monitor a specific variable, My problem is that I don't know where my output channel is saved. I want to import .out file in PSS/E and see the monitored variable. Can you help me? Thanks. My code is as follows:

ierr, ival = psspy.lmodind(3005,'1','CHARAC','VAR')
psspy.var_channel([-1,ival + 10 ],'speed')

1 answer

Sort by » oldest newest most voted
0

answered Sep 9 '17

perolofl gravatar image

You can plot the channels with PlotBook tool in PSSE. See GUI_guide.pdf, Chapter 23 - Dynamic Simulation Plotpackage.

link

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.
Want to format code in your answer? Here is a one minute demo on Youtube

Add Answer

[hide preview]

Question Tools

1 follower

Stats

Asked: Sep 8 '17

Seen: 5,010 times

Last updated: Sep 09 '17

Related questions