SPCTestWorkerGet: {
    cellLabel?: string;
    isAnchorPoint?: boolean;
    matchMethod: CharacteristicMatchMethodType;
    rtfReport?: SPCRTFList;
    serialDevice?: GSBaseEntity;
    showCellLabel: boolean;
    showDescription: boolean;
    showNAToggles: boolean;
    spcCharacteristic?: GSBaseEntity;
    subgroupSize: number;
    subgroupSpecificTrace: WorkerTraceability[];
    tag?: GSBaseEntity;
    value: IWorkerSPCValue[];
} & DataTestWorkerGet

Type declaration

  • OptionalcellLabel?: string

    The label that will be shown for each cell if showCellLabel is true. If not set, the default will be used.

  • OptionalisAnchorPoint?: boolean

    Whether to use this point as an anchor point with submitted data.

  • matchMethod: CharacteristicMatchMethodType

    The match method that is set on this test.

  • OptionalrtfReport?: SPCRTFList

    The real time failure report for this spc test.

  • OptionalserialDevice?: GSBaseEntity

    The id and name of the Serial Device assigned to this spc test

  • showCellLabel: boolean

    Whether to display a label for each input cell.

  • showDescription: boolean

    Whether or not to display the characteristic's description.

  • showNAToggles: boolean

    Whether to display buttons that allow individual values to be marked "N/A"

  • OptionalspcCharacteristic?: GSBaseEntity

    The id and name of the SPC Characteristic assigned to this spc test.

  • subgroupSize: number

    The subgroup size for this test. Defaults to 0 if no characteristic has been set and it has not been set via scripting.

  • subgroupSpecificTrace: WorkerTraceability[]

    The traceability assigned to the specific subgroup elements.

  • Optionaltag?: GSBaseEntity

    The id and name of the tag that is set on this test.

  • value: IWorkerSPCValue[]

    The list of values for this spc test.