BaseScanController.SetHeadBias(Int32, Double[]) Method |
Sets the head bias.
Namespace: RAYLASE.Marker.Device.ScanControllerAssembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.20.0
Syntaxpublic virtual void SetHeadBias(
int head,
double[] bias
)
Parameters
- head Int32
- Head number (starting with 0).
- bias Double[]
- Bias to set.
See Also