Click or drag to resize

BasePositionDecoderSetPosition Method

Sets the current position of the selected encoder, in the current unit of measure.

Namespace: RAYLASE.Marker.Device.PositionDecoder
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public virtual void SetPosition(
	double position
)

Parameters

position  Double
The position to force, in the current unit of measure.
Remarks
Position = Counts × DistancePerCount/>
See Also