Power¶
Overview¶
Data type
An actual value for a physical quantity of type NullablePower, i.e., a physical quantity that has a numerical value and a unit of measurement.
Supertypes
Attributes (data)
| Name | Multiplicity | Type | 
|---|---|---|
| 1 | ||
| 1 | 
Implementation in Proteus Schema
All data attributes with type NullablePower (the base type of Power) are implemented as DEXPI generic attributes for physical quantities.
Example
The instance power1 represents a Power of 400.0 kW.
Implementation in Proteus Schema
<GenericAttribute
  Format="double"
  Value="400.0"
  Units="Kilowatt"
  UnitsURI="http://data.posccaesar.org/rdl/RDS1330919" ...>
Note that the <GenericAttribute> element must have a Name and an AttributeURI attribute. They depend on the data type attribute of the DEXPI class that owns the instance power1. For a complete example, see the attribute DesignShaftPower of the DEXPI class Agglomerator.
Unit¶
Attribute (data)
The unit of measurement of the Power.
Multiplicity: 1
Type: PowerUnit
Implementation in Proteus Schema
See implementation of Power.
Example
See example for Power.
Value¶
Attribute (data)
The numerical value of the Power.
Multiplicity: 1
Type: Double
Implementation in Proteus Schema
See implementation of Power.
Example
See example for Power.