Click or drag to resize

BaseScanControllerGetActiveBias Method

Returns the active bias from the card.

Namespace: RAYLASE.Marker.Device.ScanController
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public abstract IList<double> GetActiveBias(
	int head
)

Parameters

head  Int32
Index of the head.

Return Value

IListDouble
Bias as factor.
See Also