Navigation
Navigate Navigate Navigate Navigate Navigate Navigate

IfcElectricDistributionPointFunctionEnum

Definition from IAI: The IfcElectricDistributionPointTypeEnum defines the range of different functions that an electric distribution point can fulfil.

HISTORY: New type in IFC 2x2

Enumeration

Value Definition Pset
ALARMPANEL A distribution point at which alarms are annunciated. NO
CONSUMERUNIT A distribution point on the incoming electrical supply, typically in domestic premises, at which protective devices are located. NO
CONTROLPANEL A distribution point at which devices that control or monitor the operation of a site, building or part of a building are located. NO
DISTRIBUTIONBOARD A distribution point at which connections are made for distribution of electrical circuits usually through protective devices. NO
GASDETECTORPANEL A distribution point at which the detection of gas is annunciated. NO
MIMICPANEL A distribution point at which information that is available elsewhere is repeated or 'mimicked'. NO
MOTORCONTROLCENTRE A distribution point at which starting and control devices for major plant items are located. NO
SWITCHBOARD A distribution point at which switching devices are located. NO
USERDEFINED
NOTDEFINED

EXPRESS specification:

TYPE IfcElectricDistributionPointFunctionEnum = ENUMERATION OF
( ALARMPANEL,
CONSUMERUNIT,
CONTROLPANEL,
DISTRIBUTIONBOARD,
GASDETECTORPANEL,
INDICATORPANEL,
MIMICPANEL,
MOTORCONTROLCENTRE,
SWITCHBOARD,
USERDEFINED,
NOTDEFINED);
END_TYPE;