DMSTrendDetailGroup: {
    dpm: number;
    key: Date | number;
    ppm: number;
    secondaryKey?:
        | number
        | number
        | string
        | boolean
        | Date;
    sumDefectCost: number;
    sumDefects: number;
    sumNCU: number;
    sumSampleSize: number;
    yield: number;
}

Type declaration

  • dpm: number

    Defects per million units of this data point

  • key: Date | number

    Group By Time date/time, day of week, or hour of day for this data point

  • ppm: number

    Non-conforming units per million of this data point

  • OptionalsecondaryKey?:
        | number
        | number
        | string
        | boolean
        | Date

    If set, the value of the Group By for this data point

  • sumDefectCost: number

    Total defect cost of this data point

  • sumDefects: number

    Total defect count of this data point

  • sumNCU: number

    Total non-conforming units of this data point

  • sumSampleSize: number

    Total sample size of this data point

  • yield: number

    Yield (i.e. the percentage of conforming units) of this data point