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: 2.3.5
Syntax
C#
public void AppendSelectHeadCorrection(
	int head,
	int correction
)

Parameters

head  Int32
The head selector.
correction  Int32
The correction that should be used. Note that only two tables per head are supported. This value is only be allowed to be 0 or 1.
Remarks

Appends a FCORR_SELECT_CORRECTION command to the list.

See Also