GroupLab.Phidgets.NET Documentation

EncoderUnit.Position Property

Gets/sets the position of the encoder shaft. This property will behave differently for absolute and incremental encoders. An absolute encoder will vary this property from 0 to (CPR - 1), wrapping with each revolution. An incremental encoder will increment or decrement this property based on the direction of rotation.

public int Position {get; set;}

See Also

EncoderUnit Class | GroupLab.Phidgets Namespace