Technical Elements Documentation
    Preparing search index...

    Interface PlantOperatingStatesReference

    Simple reference to plant operating states for a system

    interface PlantOperatingStatesReference {
        states: systems_analysis.PlantOperatingStateReference[];
        stateSpecificRequirements?: Record<
            systems_analysis.PlantOperatingStateReference,
            string,
        >;
    }
    Index

    Properties

    List of plant operating states where this system is required

    stateSpecificRequirements?: Record<
        systems_analysis.PlantOperatingStateReference,
        string,
    >

    Optional description of how the system's requirements vary across states