Click or drag to resize

BasePositionDecoderSetCounts Method

Sets the current position of the selected encoder, in ticks.

Namespace: RAYLASE.Marker.Device.PositionDecoder
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public abstract void SetCounts(
	int counts
)

Parameters

counts  Int32
The position to force, in ticks.
See Also