[This is preliminary documentation and is subject to change.]

This class serves as the base template class for the drives in the in the CLARION Library

The Drive..::..DriveParameters type exposes the following members.

Constructors

  Name Description
Public method Drive..::..DriveParameters(Boolean)
Initializes a parameters class for a Drive
Public method Drive..::..DriveParameters(Drive..::..DriveParameters, Boolean)
Initializes a parameters class for a Drive and sets the values of the parameters to the values specified

Methods

  Name Description
Protected method Global_OnParameterChanged
The event method used for performing global parameter changes

Properties

  Name Description
Public property BASELINE
The baseline
Public property DEFICIT_CHANGE_RATE
The deficit change rate
Public property DRIVE_GAIN
The drive gain
Public property DRIVE_SYSTEM
Gets the drive system to which the drive belongs
Protected property IsGlobal
Used to specify whether the particular instance of the parameters class is being used for global or local parameters
Protected property Static member ParameterChange_EventInvoked
Used to specify that a global parameter change event in in progress
Public property Static member UNIVERSAL_GAIN
The universal gain for drives

See Also