Click or drag to resize

SPICE3DeviceReadEncoderCounts Method

Reads the current position of the selected encoder in ticks.

Namespace: RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntax
C#
public override int ReadEncoderCounts(
	int decoderID
)

Parameters

decoderID  Int32
The decoder id.

Return Value

Int32
The position of the selected encoder, in ticks.
See Also