IfcTransformerTypeEnum

Natural language names
Transformer Type Enum
Enumération des types de transformateur
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4 4.0.0.0
    IfcTransformerTypeEnum
      INVERTERADDED
      RECTIFIERADDED
IFC4x2 to IFC4x3_RC1
    IfcTransformerTypeEnum
      CHOPPERADDED
      COMBINEDADDED
Semantic definitions at the type
Type definition

The IfcTransformerTypeEnum defines the range of different types of transformer that can be specified.

HISTORY  New type in IFC2x2.

Enumeration definition
ConstantDescription
CURRENT

A transformer that changes the current between circuits.

FREQUENCY

A transformer that changes the frequency between circuits.

INVERTER

A transformer that converts from direct current (DC) to alternating current (AC).

RECTIFIER

A transformer that converts from alternating current (AC) to direct current (DC).

VOLTAGE

A transformer that changes the voltage between circuits.

CHOPPER

A chopper is an electronic power DC convertor without an intermediate AC link giving a variable output voltage by varying the periods of conduction and non-conduction in an adjustable ratio.

COMBINED

A transformer that changes different quantities between circuits.

USERDEFINED

User-defined type.

NOTDEFINED

Undefined type.

Formal representations
XML Specification
 <xs:simpleType name="IfcTransformerTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="current"/>
   <xs:enumeration value="frequency"/>
   <xs:enumeration value="inverter"/>
   <xs:enumeration value="rectifier"/>
   <xs:enumeration value="voltage"/>
   <xs:enumeration value="chopper"/>
   <xs:enumeration value="combined"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcTransformerTypeEnum = ENUMERATION OF (
 CURRENT,
 FREQUENCY,
 INVERTER,
 RECTIFIER,
 VOLTAGE,
 CHOPPER,
 COMBINED,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcTransformer IfcTransformerType

Link to this page  Link to this page