BaseScanHeadIsOperational Method |
Returns true if the scan head is operational.
Namespace: RAYLASE.Marker.Device.ScanHeadAssembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntaxpublic abstract bool IsOperational(
Axes axes,
int timeoutMilliseconds = 1
)
Parameters
- axes Axes
- The Axis/Axes where the command(s) should be sent to.
- timeoutMilliseconds Int32 (Optional)
- The timeout in milliseconds.
Return Value
BooleanReturns true if the scan head is operational
See Also