ElectricGenerator

Overview

Class

An electric rotating machine that transforms non-electric energy into electric energy (from http://data.posccaesar.org/rdl/RDS415709).

Supertypes

Subtypes

Attributes (data)

Name

Multiplicity

Type

DesignInletPower

0..1

NullablePower

DesignInletRotationalFrequency

0..1

NullableRotationalFrequency

DesignOutletPower

0..1

NullablePower

DesignOutletVoltage

0..1

NullableVoltage

Implementation in Proteus Schema

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

Tag: <Equipment>

RDL reference: ELECTRIC GENERATOR

ComponentClass: ElectricGenerator

Example

Implementation in Proteus Schema

<Equipment
    ID="electricGenerator1"
    ComponentClass="ElectricGenerator"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS415709" ...>
  ...
</Equipment>

DesignInletPower

Attribute (data)

The inlet power for which the ElectricGenerator is designed.

Multiplicity: 0..1

Implementation in Proteus Schema

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

RDL reference: DESIGN INLET POWER

Name: DesignInletPower

Example

The instance electricGenerator1 represents an ElectricGenerator with a DesignInletPower of 300.0 kW.

Implementation in Proteus Schema

<Equipment
    ID="electricGenerator1"
    ComponentClass="ElectricGenerator"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS415709" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="DesignInletPower"
      AttributeURI="http://sandbox.dexpi.org/rdl/DesignInletPower"
      Format="double"
      Value="300.0"
      Units="Kilowatt"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1330919" />
    ...
  </GenericAttributes>
  ...
</Equipment>

DesignInletRotationalFrequency

Attribute (data)

The inlet rotational frequency for which the ElectricGenerator is designed.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: DesignInletRotationalFrequency

Example

The instance electricGenerator1 represents an ElectricGenerator with a DesignInletRotationalFrequency of 180.0 min-1.

Implementation in Proteus Schema

<Equipment
    ID="electricGenerator1"
    ComponentClass="ElectricGenerator"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS415709" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="DesignInletRotationalFrequency"
      AttributeURI="http://sandbox.dexpi.org/rdl/DesignInletRotationalFrequency"
      Format="double"
      Value="180.0"
      Units="ReciprocalMinute"
      UnitsURI="http://data.posccaesar.org/rdl/RDS4316851589" />
    ...
  </GenericAttributes>
  ...
</Equipment>

DesignOutletPower

Attribute (data)

The outlet power for which the ElectricGenerator is designed.

Multiplicity: 0..1

Implementation in Proteus Schema

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

RDL reference: DESIGN OUTLET POWER

Name: DesignOutletPower

Example

The instance electricGenerator1 represents an ElectricGenerator with a DesignOutletPower of 500.0 kW.

Implementation in Proteus Schema

<Equipment
    ID="electricGenerator1"
    ComponentClass="ElectricGenerator"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS415709" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="DesignOutletPower"
      AttributeURI="http://sandbox.dexpi.org/rdl/DesignOutletPower"
      Format="double"
      Value="500.0"
      Units="Kilowatt"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1330919" />
    ...
  </GenericAttributes>
  ...
</Equipment>

DesignOutletVoltage

Attribute (data)

The outlet voltage for which the ElectricGenerator is designed.

Multiplicity: 0..1

Implementation in Proteus Schema

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

RDL reference: DESIGN OUTLET VOLTAGE

Name: DesignOutletVoltage

Example

The instance electricGenerator1 represents an ElectricGenerator with a DesignOutletVoltage of 600.0 V.

Implementation in Proteus Schema

<Equipment
    ID="electricGenerator1"
    ComponentClass="ElectricGenerator"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS415709" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="DesignOutletVoltage"
      AttributeURI="http://sandbox.dexpi.org/rdl/DesignOutletVoltage"
      Format="double"
      Value="600.0"
      Units="Volt"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1347974" />
    ...
  </GenericAttributes>
  ...
</Equipment>