Technical Elements Documentation
    Preparing search index...

    Interface OperatingStatesFrequencyDuration

    Interface representing operating states frequency and duration data. Per RG 1.247, the duration and number of entries into each POS must be determined. This interface captures the historical data used to determine these frequencies and durations.

    Operating state frequency calculation, duration tracking, and time-based relationships

    POS-C1, POS-C2, POS-C3, POS-C4

    interface OperatingStatesFrequencyDuration {
        maintenancePlansRecords: {
            description: string;
            endDate: string;
            frequencyPerYear: Frequency;
            startDate: string;
        }[];
        operationsData: { endDate: string; startDate: string }[];
        outagePlansRecords: {
            description: string;
            endDate: string;
            frequencyPerYear: Frequency;
            startDate: string;
        }[];
        summary?: {
            averageDuration: number;
            entriesPerYear: number;
            fractionOfTime: number;
            posName: string;
        }[];
        tripHistory: { date: string; description: string }[];
    }
    Index

    Properties

    maintenancePlansRecords: {
        description: string;
        endDate: string;
        frequencyPerYear: Frequency;
        startDate: string;
    }[]

    Maintenance plans and records

    operationsData: { endDate: string; startDate: string }[]

    Operations data

    outagePlansRecords: {
        description: string;
        endDate: string;
        frequencyPerYear: Frequency;
        startDate: string;
    }[]

    Outage plans and records

    summary?: {
        averageDuration: number;
        entriesPerYear: number;
        fractionOfTime: number;
        posName: string;
    }[]

    Summary of POS frequency and duration analysis Per RG 1.247, the duration and number of entries into each POS must be determined

    Type declaration

    • averageDuration: number

      Average duration of the operating state in hours

    • entriesPerYear: number

      Number of entries per year

    • fractionOfTime: number

      Fraction of time spent in this operating state

    • posName: string

      Name of the plant operating state

    tripHistory: { date: string; description: string }[]

    Trip history