Technical Elements Documentation
    Preparing search index...

    Interface ComponentScreeningJustification

    Interface for documenting component screening justifications

    SY-A20

    interface ComponentScreeningJustification {
        componentId: ComponentReference;
        failureModes?: systems_analysis.FailureModeType[];
        quantitativeJustification: string;
        screeningCriterion: "a" | "b";
        systemReference: systems_analysis.SystemReference;
    }

    Hierarchy

    • Unique
      • ComponentScreeningJustification
    Index

    Properties

    componentId: ComponentReference

    Component that was screened out

    Failure modes that were screened out

    quantitativeJustification: string

    Quantitative justification for screening

    screeningCriterion: "a" | "b"

    Screening criterion used (a or b from SY-A20)

    SY-A20

    Reference to the system