Voltage¶
Overview¶
Data type
An actual value for a physical quantity of type NullableVoltage, 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 NullableVoltage (the base type of Voltage) are implemented as DEXPI generic attributes for physical quantities.
Example
The instance voltage1 represents a Voltage of 230.0 V.
Implementation in Proteus Schema
<GenericAttribute
Format="double"
Value="230.0"
Units="Volt"
UnitsURI="http://data.posccaesar.org/rdl/RDS1347974" ...>
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 voltage1. For a complete example, see the attribute NominalVoltage of the DEXPI class AlternatingCurrentMotor.
Unit¶
Attribute (data)
The unit of measurement of the Voltage.
Multiplicity: 1
Type: VoltageUnit
Implementation in Proteus Schema
See implementation of Voltage.
Example
See example for Voltage.
Value¶
Attribute (data)
The numerical value of the Voltage.
Multiplicity: 1
Type: Double
Implementation in Proteus Schema
See implementation of Voltage.
Example
See example for Voltage.