AlternatingCurrentMotor¶
Overview¶
Class
An electric motor driven by alternating electric current (from http://data.posccaesar.org/rdl/RDS472994).
Supertypes
Attributes (data)
| Name | Multiplicity | Type | 
|---|---|---|
| 0..1 | ||
| 0..1 | 
Implementation in Proteus Schema
The class is implemented as a Proteus XML element with RDL reference.
Tag: <Equipment>
RDL reference: ALTERNATING CURRENT MOTOR
ComponentClass: AlternatingCurrentMotor
ComponentClassURI: http://data.posccaesar.org/rdl/RDS472994
Example
Implementation in Proteus Schema
<Equipment
    ID="alternatingCurrentMotor1"
    ComponentClass="AlternatingCurrentMotor"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS472994" ...>
  ...
</Equipment>
AlternatingCurrentFrequency¶
Attribute (data)
The alternating current frequency of the AlternatingCurrentMotor.
Multiplicity: 0..1
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for physical quantities.
RDL reference: ALTERNATING CURRENT FREQUENCY
Name: AlternatingCurrentFrequency
AttributeURI: http://sandbox.dexpi.org/rdl/AlternatingCurrentFrequency
Example
The instance alternatingCurrentMotor1 represents an AlternatingCurrentMotor with an AlternatingCurrentFrequency of 180.0 Hz.
Implementation in Proteus Schema
<Equipment
    ID="alternatingCurrentMotor1"
    ComponentClass="AlternatingCurrentMotor"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS472994" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="AlternatingCurrentFrequency"
      AttributeURI="http://sandbox.dexpi.org/rdl/AlternatingCurrentFrequency"
      Format="double"
      Value="180.0"
      Units="Hertz"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1326464" />
    ...
  </GenericAttributes>
  ...
</Equipment>
NominalVoltage¶
Attribute (data)
The nominal voltage of the AlternatingCurrentMotor.
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 alternatingCurrentMotor1 represents an AlternatingCurrentMotor with a NominalVoltage of 230.0 V.
Implementation in Proteus Schema
<Equipment
    ID="alternatingCurrentMotor1"
    ComponentClass="AlternatingCurrentMotor"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS472994" ...>
  ...
  <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>