AlternatingCurrentGenerator¶
Overview¶
Class
An electric generator for the production of alternating current and voltage (from http://data.posccaesar.org/rdl/RDS873359).
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: ALTERNATING CURRENT GENERATOR
ComponentClass: AlternatingCurrentGenerator
ComponentClassURI: http://data.posccaesar.org/rdl/RDS873359
Example
Implementation in Proteus Schema
<Equipment
ID="alternatingCurrentGenerator1"
ComponentClass="AlternatingCurrentGenerator"
ComponentClassURI="http://data.posccaesar.org/rdl/RDS873359" ...>
...
</Equipment>
AlternatingCurrentFrequency¶
Attribute (data)
The alternating current frequency of the AlternatingCurrentGenerator.
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 alternatingCurrentGenerator1 represents an AlternatingCurrentGenerator with an AlternatingCurrentFrequency of 180.0 Hz.
Implementation in Proteus Schema
<Equipment
ID="alternatingCurrentGenerator1"
ComponentClass="AlternatingCurrentGenerator"
ComponentClassURI="http://data.posccaesar.org/rdl/RDS873359" ...>
...
<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>