Navigation
Navigate Navigate Navigate Navigate Navigate Navigate

IfcElectricFlowStorageDeviceTypeEnum

Definition from IAI: The IfcElectricFlowStorageDeviceTypeEnum defines the range of different types of electrical flow storage device available.

HISTORY: New type in IFC 2x2

Enumeration

Value Definition Pset
BATTERY A device for storing energy in chemical form so that it can be released as electrical energy. NO
CAPACITORBANK A device that stores electrical energy when an external power supply is present using the electrical property of capacitance NO
HARMONICFILTER A device that constantly injects currents that precisely correspond to the harmonic components drawn by the load. NO
UPS A device that provides a time limited alternative source of power supply in the event of failure of the main supply. NO
USERDEFINED
NOTDEFINED

EXPRESS specification:

TYPE IfcElectricFlowStorageDeviceTypeEnum = ENUMERATION OF
( BATTERY,
CAPACITORBANK,
HARMONICFILTER,
INDUCTORBANK,
UPS,
USERDEFINED,
NOTDEFINED);
END_TYPE;