Click or drag to resize

ScannerAPIGetHeadBias Method

Returns the currently active HeadBias.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public Point3D GetHeadBias(
	int head
)

Parameters

head  Int32
The head selector.

Return Value

Point3D
The currently disabled axes.
Remarks
The currently active bias can be different from the value set in the ScannerConfig, because it can be changed from the CommandList using the AppendHeadBias(Int32, Axes, Double) list command.
See Also