Class Description
A Command is a discrete control used for supervisory control.
Attributes
Name | Type | Description |
---|---|---|
normalValue | Integer | Normal value for Control.value e.g. used for percentage scaling. |
value | Integer | The value representing the actuator output. |
Relationships
Inherits from
Descendant classes
- No descendant classes
Leaf/Root class
IsLeaf | IsRoot |
---|---|
False | False |
Associations
Source Class | Cardinality Source | Target Class | Cardinality Target | Source Name | Source Assoc. Description | Target Name | Target Assoc. Description |
---|---|---|---|---|---|---|---|
Command | 0..* | ValueAliasSet | 0..1 | Commands | The Commands using the set for translation. | ValueAliasSet | The ValueAliasSet used for translation of a Control value to a name. |
DiscreteValue | 1 | Command | 0..1 | DiscreteValue | The MeasurementValue that is controlled. | Command | The Control variable associated with the MeasurementValue. |