Represents the different operating states of a nuclear reactor system. These are discrete modes that a plant can be in during its operational cycle.
const currentState: OperatingState = OperatingState.POWER; Copy
const currentState: OperatingState = OperatingState.POWER;
Maintenance period
Normal power operation
Refueling operations
Normal shutdown state
Reactor startup sequence
Represents the different operating states of a nuclear reactor system. These are discrete modes that a plant can be in during its operational cycle.
Example