AlternatingCurrentMotorAsComponent

Overview

Class

An electric motor driven by alternating electric current that is used as a component of an apparatus or of a machine.

Supertypes

Attributes (data)

Name

Multiplicity

Type

AlternatingCurrentFrequency

0..1

NullableElectricalFrequency

NominalVoltage

0..1

NullableVoltage

Implementation in Proteus Schema

The class is implemented as a Proteus XML element with RDL reference.

Tag: <Equipment>

ComponentClass: AlternatingCurrentMotorAsComponent

Example

Implementation in Proteus Schema

<Equipment
    ID="alternatingCurrentMotorAsComponent1"
    ComponentClass="AlternatingCurrentMotorAsComponent"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/AlternatingCurrentMotorAsComponent" ...>
  ...
</Equipment>

AlternatingCurrentFrequency

Attribute (data)

The alternating current frequency of the AlternatingCurrentMotorAsComponent.

Multiplicity: 0..1

Implementation in Proteus Schema

The attribute is implemented as a DEXPI generic attribute for physical quantities.

Name: AlternatingCurrentFrequency

Example

The instance alternatingCurrentMotorAsComponent1 represents an AlternatingCurrentMotorAsComponent with an AlternatingCurrentFrequency of 180.0 Hz.

Implementation in Proteus Schema

<Equipment
    ID="alternatingCurrentMotorAsComponent1"
    ComponentClass="AlternatingCurrentMotorAsComponent"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/AlternatingCurrentMotorAsComponent" ...>
  ...
  <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 AlternatingCurrentMotorAsComponent.

Multiplicity: 0..1

Implementation in Proteus Schema

The attribute is implemented as a DEXPI generic attribute for physical quantities.

RDL reference: NOMINAL VOLTAGE

Name: NominalVoltage

Example

The instance alternatingCurrentMotorAsComponent1 represents an AlternatingCurrentMotorAsComponent with a NominalVoltage of 230.0 V.

Implementation in Proteus Schema

<Equipment
    ID="alternatingCurrentMotorAsComponent1"
    ComponentClass="AlternatingCurrentMotorAsComponent"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/AlternatingCurrentMotorAsComponent" ...>
  ...
  <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>