First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!

Ask Your Question
0

IDV State Channel Plotting

asked Jul 31 '4

bcarl6 gravatar image

I have several dynamic cases run using IDV files, and I want to add output channels for renewable machine dynamic models. I know how to do this with Python.

psspy.state_channel([-1,state index],r"""name""")

However, when I attempt to do this with batch syntax and add it to my IDV file, I get an error message.

Example syntax for adding state channel index 3 to first available channel:

BAT_STATE_CHANNEL,-1,3,'REGC_s0_Ip'

The error message I receive is:

*** Command not recognized: BAT_STATE_CH
BAT_STATE_CHANNEL,-1,3,'REGC_s0_Ip'

I am using PSSE 36.0.1. Is my syntax wrong? Thanks!

1 answer

Sort by » oldest newest most voted
0

answered Jul 31 '4

bcarl6 gravatar image

I found the resolution. The answer is to add "PASSTHRU" before the code chunk in the IDV file, and "FIN" after the code chunk. Siemens stated that this is because "The BAT_ is not a PSAS command."

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: Jul 31 '4

Seen: 140 times

Last updated: Jul 31 '24