Click or drag to resize

CommandListAppendSelectHeadCorrection Method

Selects the correction file for the specified scan head.


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

Parameters

head  Int32
The head selector.
correction  Int32
The selector for the correction table that should be used.

Note that for dual-head systems, only two tables per head are supported, i.e. correction may be 0 or 1.

For single-head systems, up to four tables are supported, i.e. correction may be 0, 1, 2, or3.

Remarks

Appends a FCORR_SELECT_CORRECTION command to the list.

See Also