Click or drag to resize

ScannerMonitoringMinConsecutiveErrors Property

An exception will only be thrown if the error condition persists over at least this number of consecutive responses from the scanhead.

Namespace: RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntax
C#
public int MinConsecutiveErrors { get; set; }

Property Value

Int32
Remarks
This allows isolated anomalous responses from the scanhead to be ignored.
See Also