7.4.2.21 IfcProtectiveDeviceTrippingUnitTypeEnum
7.4.2.21.1 Semantic definition
Defines the range of different tripping unit types that can be used in conjunction with a protective device.
7.4.2.21.2 Type values
| Type | Description | 
|---|---|
ELECTROMAGNETIC
 | 
 A tripping unit activated by electromagnetic action.  | 
ELECTRONIC
 | 
 A tripping unit activated by electronic action.  | 
RESIDUALCURRENT
 | 
 A tripping unit activated by residual current detection.  | 
THERMAL
 | 
 A tripping unit activated by thermal action.  | 
USERDEFINED
 | 
 User-defined type.  | 
NOTDEFINED
 | 
 Undefined type.  | 
7.4.2.21.3 Formal representation
TYPE IfcProtectiveDeviceTrippingUnitTypeEnum = ENUMERATION OF
	(ELECTROMAGNETIC
	,ELECTRONIC
	,RESIDUALCURRENT
	,THERMAL
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;