IFC 4.3.2.20240128 (IFC4X3_ADD2) under development

7.4.2.25 IfcTransformerTypeEnum

7.4.2.25.1 Semantic definition

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

7.4.2.25.2 Type values

Type Description
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.

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.

USERDEFINED

User-defined type.

NOTDEFINED

Undefined type.

Table 7.4.2.25.A

7.4.2.25.3 Formal representation

TYPE IfcTransformerTypeEnum = ENUMERATION OF
	(CHOPPER
	,COMBINED
	,CURRENT
	,FREQUENCY
	,INVERTER
	,RECTIFIER
	,VOLTAGE
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;

7.4.2.25.4 References

Edit on Github


Is this page difficult to understand? Let us know!

7.4.2.25.5 Changelog

7.4.2.25.5.1 IFC4

  • item, INVERTER
  • item, RECTIFIER

7.4.2.25.5.2 IFC4.3_DEV_70ee25e8

  • item, CHOPPER
  • item, COMBINED