Click or drag to resize

ScannerAPIDisableAxes Method

Disables the specified axes.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public void DisableAxes(
	int head,
	Axes axes
)

Parameters

head  Int32
The head selector.
axes  Axes
The axes, which shall be disabled.
Remarks

The specified axes will no longer receive position updates. Instead, each axis will be held at their respective bias position.

All other (non-specified) axes remain enabled. All axes can be re-enabled by calling this method with axes set to None.

See Also