Technical Elements Documentation
    Preparing search index...

    Interface SaphireCCF

    Interface for SAPHIRE Common Cause Failure (CCF) compatibility

    technical_elements.core.integration

    interface SaphireCCF {
        factors: number[];
        independentNames?: string[];
        model: string;
        staggered: boolean;
        type: string;
    }
    Index

    Properties

    factors: number[]

    CCF factors

    independentNames?: string[]

    Names of independent events

    model: string

    CCF model name

    staggered: boolean

    Whether the CCF is staggered

    type: string

    CCF type