Click or drag to resize

QuadratureDecoderModuleSimulateEncoder Property

Enables or disables the encoder-simulator module for this Quadrature Decoder.

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.1
Syntax
C#
public bool SimulateEncoder { get; set; }

Property Value

Boolean
trueThe Quadrature Decoder is driven from an internal encoder-simulator module, whose speed and acceleration can be programmed.
falseSignals from the appropriate external MOTF connector are routed to the Quadrature Decoder.
Remarks

Remember to set SimulationSpeed and SimulationAcceleration appropriately when SimulateEncoder is enabled.

See Also