ControlDataPoint: {
    dateTime: Date;
    id?: number;
    isTempPoint?: boolean;
    mean?: number;
    note?: string;
    range?: number;
    rtfs?: SPCRTFReportForInterchange;
    stdDev?: number;
}

Type declaration

  • dateTime: Date

    Date and time of the data point

  • Optionalid?: number

    Internal ID of the data point

  • OptionalisTempPoint?: boolean

    Whether this data point is a temporary point added to a chart in an inspection. For internal use only.

  • Optionalmean?: number

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

  • Optionalnote?: string

    Note associated with this data point

  • 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