Click or drag to resize

QuadratureDecoderConfig Class

Container for the QuadratureDecoderModules, which can be used as MotF sources.
Inheritance Hierarchy
SystemObject
  RAYLASE.SPICE3ConfigBase
    RAYLASE.SPICE3QuadratureDecoderConfig

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.1
Syntax
C#
public class QuadratureDecoderConfig : ConfigBase

The QuadratureDecoderConfig type exposes the following members.

Properties
 NameDescription
Public propertyModules Returns the configurations of all available quadrature decoder modules.
Top
Methods
 NameDescription
Public methodStatic memberLoad Loads a new configuration instance from the specified file.
Public methodSave Saves the configuration to the specified file. If the specified file exists, this method overwrites it.
Top
Fields
 NameDescription
Public fieldStatic memberModuleCount Number of supported modules
Top
Remarks
For more information read MOTF Configuration
See Also