DirectCurrentMotor¶
Overview¶
Class
An electric motor for operation by direct current (from http://data.posccaesar.org/rdl/RDS472949).
Supertypes
Attributes (data)
Name |
Multiplicity |
Type |
---|---|---|
0..1 |
Implementation in Proteus Schema
The class is implemented as a Proteus XML element with RDL reference.
Tag: <Equipment>
RDL reference: DIRECT CURRENT MOTOR
ComponentClass: DirectCurrentMotor
ComponentClassURI: http://data.posccaesar.org/rdl/RDS472949
Example
Implementation in Proteus Schema
<Equipment
ID="directCurrentMotor1"
ComponentClass="DirectCurrentMotor"
ComponentClassURI="http://data.posccaesar.org/rdl/RDS472949" ...>
...
</Equipment>
NominalVoltage¶
Attribute (data)
The nominal voltage of the DirectCurrentMotor.
Multiplicity: 0..1
Type: NullableVoltage
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for physical quantities.
RDL reference: NOMINAL VOLTAGE
Name: NominalVoltage
AttributeURI: http://data.posccaesar.org/rdl/RDS369449
Example
The instance directCurrentMotor1 represents a DirectCurrentMotor with a NominalVoltage of 230.0 V.
Implementation in Proteus Schema
<Equipment
ID="directCurrentMotor1"
ComponentClass="DirectCurrentMotor"
ComponentClassURI="http://data.posccaesar.org/rdl/RDS472949" ...>
...
<GenericAttributes Set="DexpiAttributes" ...>
<GenericAttribute
Name="NominalVoltage"
AttributeURI="http://data.posccaesar.org/rdl/RDS369449"
Format="double"
Value="230.0"
Units="Volt"
UnitsURI="http://data.posccaesar.org/rdl/RDS1347974" />
...
</GenericAttributes>
...
</Equipment>