Click or drag to resize

BaseScanControllerSetHeadBias(Int32, Double) Method

Sets the head bias.

Namespace: RAYLASE.Marker.Device.ScanController
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.20.0
Syntax
C#
public virtual void SetHeadBias(
	int head,
	double[] bias
)

Parameters

head  Int32
Head number (starting with 0).
bias  Double
Bias to set.
See Also