Ask Your Question
0

IDV State Channel Plotting

asked 2024-07-31 07:48:34 -0500

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!

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2024-07-31 12:59:14 -0500

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."

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: 2024-07-31 07:48:34 -0500

Seen: 57 times

Last updated: Jul 31