Technical Elements Documentation
    Preparing search index...

    Interface Assumption

    Interface representing an assumption made during the analysis.

    interface Assumption {
        impact?: string;
        statement: string;
    }
    Index

    Properties

    Properties

    impact?: string

    The potential impact of this assumption on the analysis results.

    "May lead to a conservative estimate of system failure probability."
    
    statement: string

    The statement of the assumption.

    "It is assumed that offsite power is unavailable during the initiating event."