Navigation
Navigate Navigate Navigate Navigate Navigate Navigate

IfcElectricTimeControlTypeEnum

Definition from IAI: The IfcElectricTimeControlTypeEnum defines the range of types of electrical time control available.

HISTORY: New type in IFC 2x2

Enumeration

Value Definition Pset
TIMECLOCK A control that causes action to occur at set times. NO
TIMEDELAY A control that causes action to occur following a set duration. NO
RELAY Electromagnetically operated contactor for making or breaking a control circuit. NO
USERDEFINED
NOTDEFINED

EXPRESS specification:

TYPE IfcElectricTimeControlTypeEnum = ENUMERATION OF
( TIMECLOCK,
TIMEDELAY,
RELAY,
USERDEFINED,
NOTDEFINED);
END_TYPE;