7.4.2.14 IfcElectricTimeControlTypeEnum
7.4.2.14.1 Semantic definition
The IfcElectricTimeControlTypeEnum defines different types of electrical time control devices.
7.4.2.14.2 Type values
| Type | Description |
|---|---|
RELAY
| |
TIMECLOCK
| |
TIMEDELAY
| |
USERDEFINED
| |
NOTDEFINED
|
7.4.2.14.3 Formal representation
TYPE IfcElectricTimeControlTypeEnum = ENUMERATION OF
(RELAY
,TIMECLOCK
,TIMEDELAY
,USERDEFINED
,NOTDEFINED);
END_TYPE;