Technical Elements Documentation
    Preparing search index...

    Represents a system-level success criterion.

    interface SystemSuccessCriterion {
        criteriaText: string[];
        description?: string;
        endState?: EndState;
        engineeringBasisReferences: string[];
        initiatingEventReferences?: string[];
        plantOperatingStateReferences?: string[];
        requiredCapacity: string;
        systemReference: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    criteriaText: string[]

    The actual criteria statements

    description?: string

    Detailed description of the success criterion

    endState?: EndState

    The defined end state if applicable to this criterion

    engineeringBasisReferences: string[]

    References to the engineering basis supporting this criterion

    initiatingEventReferences?: string[]

    Links to related initiating events

    plantOperatingStateReferences?: string[]

    Links to related plant operating states

    requiredCapacity: string

    Required system capacity

    systemReference: string

    Reference to the system this criterion applies to