Technical Elements Documentation
    Preparing search index...

    Interface for grouping plant operating states based on similar characteristics.

    Per RG 1.247, "LPSD types of POSs that are subsumed into each other are shown to be represented by the characteristics of the subsuming group."

    POS-B4, POS-B5, POS-B6

    interface PlantOperatingStatesGroup {
        description?: string;
        groupingJustification: string;
        plantOperatingStateIds: string[];
        representativeCharacteristics: string[];
    }

    Hierarchy

    • Unique
    • Named
      • PlantOperatingStatesGroup
    Index

    Properties

    description?: string

    Description of the plant operating state group

    groupingJustification: string

    Justification for grouping these plant operating states together

    plantOperatingStateIds: string[]

    IDs of plant operating states included in this group

    representativeCharacteristics: string[]

    Representative characteristics of the group