Navigation
Navigate Navigate Navigate Navigate Navigate Navigate

IfcTransformerTypeEnum

Definition from IAI: The IfcTransformerTypeEnum defines the range of different types of transformer that can be specified.

HISTORY: New type in IFC 2x2

Enumeration

Value Definition Pset
CURRENT A transformer that changes the current between circuits. NO
FREQUENCY A transformer that changes the frequency between circuits. NO
VOLTAGE A transformer that changes the voltage between circuits. NO
USERDEFINED
NOTDEFINED

EXPRESS specification:

TYPE IfcTransformerTypeEnum = ENUMERATION OF
( CURRENT,
FREQUENCY,
VOLTAGE,
USERDEFINED,
NOTDEFINED);
END_TYPE;