Navigation
Navigate Navigate Navigate Navigate Navigate Navigate

IfcSensorTypeEnum

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

HISTORY: New type in IFC R2.0

Enumeration

Value Definition Pset
CO2SENSOR A device that senses or detects carbon dioxide. YES
FIRESENSOR A device that senses or detects fire. YES
FLOWSENSOR A device that senses or detects flow. YES
GASSENSOR A device that senses or detects gas. YES
HEATSENSOR A device that senses or detects heat. YES
HUMIDITYSENSOR A device that senses or detects humidity. YES
LIGHTSENSOR A device that senses or detects light. YES
MOISTUREENSOR A device that senses or detects moisture. NO
MOVEMENTSENSOR A device that senses or detects movement. YES
PRESSURESENSOR A device that senses or detects pressure. YES
SMOKESENSOR A device that senses or detects smoke. YES
SOUNDSENSOR A device that senses or detects sound. YES
TEMPERATURESENSOR A device that senses or detects temperature. YES
USERDEFINED
NOTDEFINED

EXPRESS specification:

TYPE IfcSensorTypeEnum = ENUMERATION OF
( CO2SENSOR,
FIRESENSOR,
FLOWSENSOR,
GASSENSOR,
HEATSENSOR,
HUMIDITYSENSOR,
LIGHTSENSOR,
MOISTURESENSOR,
MOVEMENTSENSOR,
PRESSURESENSOR,
SMOKESENSOR,
SOUNDSENSOR,
TEMPERATURESENSOR,
USERDEFINED,
NOTDEFINED);
END_TYPE;