DirectCurrentMotorAsComponent

Overview

Class

An electric motor for operation by direct current that is used as component of an apparatus or of a machine.

Supertypes

Attributes (data)

Name

Multiplicity

Type

NominalVoltage

0..1

NullableVoltage

Implementation in Proteus Schema

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

Tag: <Equipment>

ComponentClass: DirectCurrentMotorAsComponent

Example

Implementation in Proteus Schema

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

NominalVoltage

Attribute (data)

The nominal voltage of the DirectCurrentMotorAsComponent.

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 directCurrentMotorAsComponent1 represents a DirectCurrentMotorAsComponent with a NominalVoltage of 230.0 V.

Implementation in Proteus Schema

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