Type Alias: PlantOperatingStateReference
PlantOperatingStateReference =
string
Defined in: packages/docs-md/.tmp/typedoc-sanitized/mef-types/lib/initiating-event-analysis/initiating-event-analysis.ts:88
Reference to a Plant Operating State by its unique identifier Used to reference plant operating states without creating circular dependencies
Example
typescript
const posReference: PlantOperatingStateReference = "POS-FULL-POWER-01";