Ask Your Question
0

psspy.var_channel() function

asked 2017-09-08 09:44:11 -0500

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')
edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2017-09-09 04:04:32 -0500

perolofl gravatar image

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

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

[hide preview]

Question Tools

1 follower

Stats

Asked: 2017-09-08 09:44:11 -0500

Seen: 4,788 times

Last updated: Sep 09 '17

Related questions