SPCDataPoint: DataPoint & {
    anchorPoint: boolean;
    characteristicRevisionId: number;
    lclR?: number;
    lclX?: number;
    mean?: number;
    range?: number;
    rtfs?: SPCRTFReportForInterchange;
    stdDev?: number;
    uclR?: number;
    uclX?: number;
    values: SPCDataValueForInterchange[];
}

Type declaration

  • anchorPoint: boolean

    Whether this data point is marked as an anchor point

  • characteristicRevisionId: number

    Internal ID of the revision of the SPC characteristic

  • OptionallclR?: number

    R Lower control limit when the data point was stored

  • OptionallclX?: number

    X Lower control limit when the data point was stored

  • Optionalmean?: number

    Average of the values of this data point (i.e. x-bar)

  • Optionalrange?: number

    Range of the values of this data point

  • Optionalrtfs?: SPCRTFReportForInterchange

    Information about the real-time failures associated with this data point

  • OptionalstdDev?: number

    Standard deviation of the values of this data point

  • OptionaluclR?: number

    R Upper control limit when the data point was stored

  • OptionaluclX?: number

    X Upper control limit when the data point was stored

  • values: SPCDataValueForInterchange[]

    Values stored with this data point