Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Okay, lets assume that you want to run two contingencies:

  • Contingency one: Trip line 1 from bus 101 to bus 102, and trip line 2 from bus 101 to bus 102
  • Contingency two: Disconnect generator 1 from bus 101

The following CON file will perform these actions. Just replace the bus numbers, circuit identifiers and unit number with your own. If you want to remove one of the contingencies, make sure the file still ends with two "END" lines. The first ends the description of the contingency, and the next ends the description of the file.

CONTINGENCY TRIP_DOUBLE_CIRCUIT
TRIP BRANCH FROM BUS 101 TO BUS 102 CKT 1
TRIP BRANCH FROM BUS 101 TO BUS 102 CKT 2
END
CONTINGENCY DISCONNECT_GENERATOR
REMOVE UNIT 1 FROM BUS 101
END
END