SPCTestWorkerUpdate: {
    cellLabel?: string | null;
    isAnchorPoint?: boolean;
    matchMethod?: CharacteristicMatchMethodType;
    serialDeviceId?: number | null;
    showCellLabel?: boolean;
    showDescription?: boolean;
    showNAToggles?: boolean;
    spcCharacteristicId?: number | null;
    subgroupSize?: number | null;
    subgroupSpecificTraceIds?: number[];
    tagId?: number;
    value?: IWorkerSPCValue[];
} & DataTestWorkerUpdate

Type declaration

  • OptionalcellLabel?: string | null

    The label that will be shown for each cell if showCellLabel is true. Any instances of {{index}} in the value will be replaced by the subgroup index. Setting this to null will use the default value.

  • OptionalisAnchorPoint?: boolean

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

  • OptionalmatchMethod?: CharacteristicMatchMethodType

    Change the match method that is set on this test.

  • OptionalserialDeviceId?: number | null

    Change the Serial Device of this spc test

    Use null to unset the Serial Device.

  • OptionalshowCellLabel?: boolean

    Whether to display a label for each input cell.

  • OptionalshowDescription?: boolean

    Change whether to show the characteristic's description

  • OptionalshowNAToggles?: boolean

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

  • OptionalspcCharacteristicId?: number | null

    Change the SPC Characteristic of this spc test.

    Use null to unset the SPC Characteristic. This will reset any values which have been entered.

  • OptionalsubgroupSize?: number | null

    Change the subgroup size for this test. Setting this to null will reset the subgroup size to the value set on the SPC Characteristic, or 0 if no SPC Characteristic has been set.

  • OptionalsubgroupSpecificTraceIds?: number[]

    Change the traceability assigned to this spc test.

  • OptionaltagId?: number

    Change the Tag of this spc test

    Use null to unset the Tag.

  • Optionalvalue?: IWorkerSPCValue[]

    Change the values set on this spc test.

    The values are reset when the sub-inspection is loaded. For this value to have any effect, it must be triggered while the sub-inspection is running.

    The number of elements in this list must match the subgroup size of the test, either set by scripting or the SPC Characteristic.