Click or drag to resize

DecoderProfileSimulationData Class

Defines the parameters used for encoder simulation
Inheritance Hierarchy
SystemObject
  RAYLASE.Marker.Device.PositionDecoderDecoderProfileSimulationData

Namespace: RAYLASE.Marker.Device.PositionDecoder
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public class SimulationData

The DecoderProfileSimulationData type exposes the following members.

Constructors
 NameDescription
Public methodDecoderProfileSimulationDataInitializes a new instance of the DecoderProfileSimulationData class
Top
Properties
 NameDescription
Public propertyAcceleration Gets or sets the simulated acceleration of the selected encoder.
Public propertyEnabled If enabled then the quadrature decoder is sourced from the internal simulator module, whose speed and acceleration can be programmed. If disabled, then the signals from external 'MOTF' connector are routed to the decoder.
Public propertySpeed Gets or sets the simulated speed of the selected encoder.
Top
See Also