IFC 4.3.2.20240423 (IFC4X3_ADD2) under development

7.4.2.16 IfcLampTypeEnum

7.4.2.16.1 Semantic definition

The IfcLampTypeEnum defines the range of different types of lamp available.

7.4.2.16.2 Type values

Type Description
COMPACTFLUORESCENT

A fluorescent lamp having a compact form factor produced by shaping the tube.

FLUORESCENT

A typically tubular discharge lamp in which most of the light is emitted by one or several layers of phosphors excited by ultraviolet radiation from the discharge.

HALOGEN

An incandescent lamp in which a tungsten filament is sealed into a compact transport envelope filled with an inert gas and a small amount of halogen such as iodine or bromine.

HIGHPRESSUREMERCURY

A discharge lamp in which most of the light is emitted by exciting mercury at high pressure.

HIGHPRESSURESODIUM

A discharge lamp in which most of the light is emitted by exciting sodium at high pressure.

LED

A solid state lamp that uses light-emitting diodes as the source of light.

METALHALIDE

A discharge lamp in which most of the light is emitted by exciting a metal halide.

OLED

A solid state lamp that uses light-emitting diodes as the source of light whose emissive electroluminescent layer is composed of a film of organic compounds.

TUNGSTENFILAMENT

A lamp that emits light by passing an electrical current through a tungsten wire filament in a near vacuum.

USERDEFINED

User-defined type.

NOTDEFINED

Undefined type.

Table 7.4.2.16.A

7.4.2.16.3 Formal representation

TYPE IfcLampTypeEnum = ENUMERATION OF
	(COMPACTFLUORESCENT
	,FLUORESCENT
	,HALOGEN
	,HIGHPRESSUREMERCURY
	,HIGHPRESSURESODIUM
	,LED
	,METALHALIDE
	,OLED
	,TUNGSTENFILAMENT
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;

7.4.2.16.4 References

Edit on Github


Is this page difficult to understand? Let us know!

7.4.2.16.5 Changelog

7.4.2.16.5.1 IFC4

  • item, HALOGEN
  • item, LED
  • item, OLED