IFC 4.3.2.20240128 (IFC4X3_ADD2) under development

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.

Table 7.4.2.21.A

7.4.2.21.3 Formal representation

TYPE IfcProtectiveDeviceTrippingUnitTypeEnum = ENUMERATION OF
	(ELECTROMAGNETIC
	,ELECTRONIC
	,RESIDUALCURRENT
	,THERMAL
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;

7.4.2.21.4 References

Edit on Github


Is this page difficult to understand? Let us know!

7.4.2.21.5 Changelog

7.4.2.21.5.1 IFC4

  • New resource