7.4.2.11 IfcElectricFlowTreatmentDeviceTypeEnum
7.4.2.11.1 Semantic definition
The IfcElectricFlowTreatmentDeviceTypeEnum defines the range of different types of electric flow treatment device that can be specified.
7.4.2.11.2 Type values
Type | Description |
---|---|
ELECTRONICFILTER
|
Linear two-port device designed to transmit spectral components of the input quantity according to a specified law, generally in order to pass the components in certain frequency bands and to attenuate those in other bands |
USERDEFINED
|
User-defined type |
NOTDEFINED
|
Undefined type. |
7.4.2.11.3 Formal representation
TYPE IfcElectricFlowTreatmentDeviceTypeEnum = ENUMERATION OF
(ELECTRONICFILTER
,USERDEFINED
,NOTDEFINED);
END_TYPE;