0

How to skip a branch in automatic contingency specification in PSS/E 35?

Hello,

I am using the following skip block structure in a .con file to skip the branch from Bus 100 to Bus 200. Bus 100 is in Subsystem 'ABC'

SINGLE TIE FROM SUBSYSTEM 'ABC'

SKIP LINE FROM BUS 100 TO BUS 200 CKT 1 FROM BUS 200 TO BUS 100 CKT 1 END

But I still see the Contingency "SINGLE OPN TIE 65 100-200(1)" in the list of events. Can someone help me with skipping the branch in automatic contingency specification in PSS/E 35?

Divya's avatar
1
Divya
asked 2022-05-25 12:45:53 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

I don't know if it's the same as PSSE 34, but per the PSSE 34 manual, skipping must be done in a block structure like so:

SKIP
100 TO 200 CKT 1
END

Note that there is no "from bus" or "to bus" in the syntax.

acd1's avatar
63
acd1
answered 2022-05-26 09:46:11 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Login/Signup to Answer