Navigation

IfcElectricalBaseProperties

Definition from IAI: Common definition to capture basic electrical characteristics for use in building services and facilities management.

ISSUES The entity has changed in IFC R3 platform - see change log for details.
HISTORY New entity in IFC R2.


EXPRESS specification:

ENTITY IfcElectricalBaseProperties
SUPERTYPE OF (IfcElectricalExtendedProperties)
SUBTYPE OF ( IfcPropertySetDefinition);
ElectricCurrentType  :  OPTIONAL IfcElectricCurrentEnum;
InputVoltage  :  OPTIONAL IfcElectricVoltageMeasure;
InputFrequency  :  OPTIONAL IfcFrequencyMeasure;
FullLoadCurrent  :  OPTIONAL IfcElectricCurrentMeasure;
MinimumCircuitCurrent  :  OPTIONAL IfcElectricCurrentMeasure;
MaximumPowerInput  :  OPTIONAL IfcPowerMeasure;
RatedPowerInput  :  OPTIONAL IfcPowerMeasure;
END_ENTITY;

Attribute definitions:

ElectricCurrentType  :  Type of electrical current applied
InputVoltage  :  Input electrical potential
InputFrequency  :  Nominal frequency of input voltage wave form.
FullLoadCurrent  :  Full load electrical current requirements.
MinimumCircuitCurrent  :  Minimum current carrying capacity of the electrical circuit.
MaximumPowerInput  :  Maximum power input of the electrical device
RatedPowerInput  :  Actual electrical input power of the electrical device at its rated capacity

References (2):

Name Type Referred through Express-G
IfcElectricalExtendedProperties Entity
Supertype
Diagram 12
IfcPropertySetDefinition Entity
Subtype
Diagram 10

Inheritance graph

ENTITY IfcElectricalBaseProperties;
ENTITY IfcRoot;
GlobalId  :  IfcGloballyUniqueId;
OwnerHistory  :  IfcOwnerHistory;
Name  :  OPTIONAL IfcLabel;
Description  :  OPTIONAL IfcText;
ENTITY IfcPropertyDefinition;
INVERSE
HasAssociations  :  SET OF IfcRelAssociates FOR RelatedObjects;
ENTITY IfcPropertySetDefinition;
INVERSE
PropertyDefinitionOf  :  SET [0:1] OF IfcRelDefinesByProperties FOR RelatingPropertyDefinition;
DefinesType  :  SET [0:1] OF IfcTypeObject FOR HasPropertySets;
ENTITY IfcElectricalBaseProperties;
ElectricCurrentType  :  OPTIONAL IfcElectricCurrentEnum;
InputVoltage  :  OPTIONAL IfcElectricVoltageMeasure;
InputFrequency  :  OPTIONAL IfcFrequencyMeasure;
FullLoadCurrent  :  OPTIONAL IfcElectricCurrentMeasure;
MinimumCircuitCurrent  :  OPTIONAL IfcElectricCurrentMeasure;
MaximumPowerInput  :  OPTIONAL IfcPowerMeasure;
RatedPowerInput  :  OPTIONAL IfcPowerMeasure;
END_ENTITY;