First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
Okay, lets assume that you want to run two contingencies:
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