Navigation
Navigate Navigate Navigate Navigate Navigate Navigate

IfcSwitchingDeviceTypeEnum

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

HISTORY: New type in IFC 2x2

Enumeration

Value Definition Pset
CONTACTOR An electrical device used to control the flow of power in a circuit on or off. YES
EMERGENCYSTOP An emergency stop device acts to remove as quickly as possible any danger that may have arisen unexpectedly. YES
STARTER A starter is a switch which in the closed position controls the application of power to an electrical device. YES
SWITCHDISCONNECTOR A switch disconnector is a switch which in the open position satisfies the isolating requirements specified for a disconnector. YES
TOGGLESWITCH A toggle switch is a switch that enables or isolates electrical power through a two position on/off action. YES
USERDEFINED
NOTDEFINED

EXPRESS specification:

TYPE IfcSwitchingDeviceTypeEnum = ENUMERATION OF
( CONTACTOR,
EMERGENCYSTOP,
STARTER,
SWITCHDISCONNECTOR,
TOGGLESWITCH,
USERDEFINED,
NOTDEFINED);
END_TYPE;