Technical Elements Documentation
    Preparing search index...

    Indicates the impact status of a reactor module in multi-module plants. Used to represent how initiating events or hazards affect individual modules.

    const moduleStatus: ModuleState = ModuleState.NOT_IMPACTED;
    
    Index

    Enumeration Members

    IMPACTED: "IMPACTED"

    Module is directly impacted by the initiating event or hazard

    NOT_IMPACTED: "NOT_IMPACTED"

    Module is not affected by the initiating event or hazard

    PARTIALLY_IMPACTED: "PARTIALLY_IMPACTED"

    Module is indirectly or partially affected by the initiating event or hazard