Package CIM14 :: Package ENTSOE :: Package Equipment :: Package Core :: Module Unit' :: Class Unit
[hide private]
[frames] | no frames]

Class Unit

                    object --+        
                             |        
              Element'.Element --+    
                                 |    
IdentifiedObject'.IdentifiedObject --+
                                     |
                                    Unit

Quantity being measured. The Unit.name shall be unique among all specified quantities and describe the quantity. The Unit.aliasName is meant to be used for localization.

Instance Methods [hide private]
 
__init__(self, Measurements=None, *args, **kw_args)
Initialises a new 'Unit' instance.
 
addMeasurements(self, *Measurements)
 
getMeasurements(self)
The Measurements having the Unit
 
removeMeasurements(self, *Measurements)
 
setMeasurements(self, value)

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  _attr_types = {}
  _attrs = []
  _defaults = {}
  _many_refs = ['Measurements']
  _refs = ['Measurements']

Inherited from Element'.Element (private): _enums

Properties [hide private]
  Measurements
The Measurements having the Unit

Inherited from object: __class__

Method Details [hide private]

__init__(self, Measurements=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'Unit' instance.

Parameters:
  • Measurements - The Measurements having the Unit
Overrides: object.__init__

Property Details [hide private]

Measurements

The Measurements having the Unit

Get Method:
getMeasurements(self) - The Measurements having the Unit
Set Method:
setMeasurements(self, value)