Click or drag to resize

CommandListAppendEnhancedCommand Method

Sends an Enhanced Command to a scan-head.


Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public void AppendEnhancedCommand(
	int head,
	Axis axis,
	uint command
)

Parameters

head  Int32
The head selector.
axis  Axis
The axis selector.
command  UInt32
The Enhanced Protocol command-parameter field.
Remarks
Appends a PERIPHERAL_ENHCMD command to the list.
See Also