OEEChartWorkerRetrievalSettings: NonSPCChartWorkerRetrievalSettings & {
    groupBy?: TrendGroupBy;
    groupByTime?: TimeGroupByType;
    type: "oee";
}

Type declaration

  • OptionalgroupBy?: TrendGroupBy

    How the retrieved data will be grouped within each detail.

    Numbers are treated as Traceability IDs. If a number is provided which does not correspond to an existing Traceability ID, an error will be thrown.

  • OptionalgroupByTime?: TimeGroupByType

    How the data is aggregated by time.

  • type: "oee"