0

IDV State Channel Plotting

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!

bcarl6's avatar
11
bcarl6
asked 2024-07-31 07:48:34 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

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

bcarl6's avatar
11
bcarl6
answered 2024-07-31 12:59:14 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Login/Signup to Answer