7.4.2.14 IfcElectricTimeControlTypeEnum(电动时间控制器类型枚举)
7.4.2.14.1 语义定义(Semantic definition)
IfcElectricTimeControlTypeEnum 定义了不同类型的电控时间设备。
7.4.2.14.2 类型值
| 类型 | 描述 |
|---|---|
RELAY
| |
TIMECLOCK
| |
TIMEDELAY
| |
USERDEFINED
| |
NOTDEFINED
|
7.4.2.14.3 形式化表示(Formal representation)
TYPE IfcElectricTimeControlTypeEnum = ENUMERATION OF
(RELAY
,TIMECLOCK
,TIMEDELAY
,USERDEFINED
,NOTDEFINED);
END_TYPE;