Package CIM14 :: Package IEC61970 :: 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, Controls=None, Measurements=None, MetaBlockConOutput=None, MetaBlockConInput=None, ProtectionEquipments=None, *args, **kw_args)
Initialises a new 'Unit' instance.
 
addControls(self, *Controls)
 
addMeasurements(self, *Measurements)
 
addMetaBlockConInput(self, *MetaBlockConInput)
 
addMetaBlockConOutput(self, *MetaBlockConOutput)
 
addProtectionEquipments(self, *ProtectionEquipments)
 
getControls(self)
The Controls having the Unit.
 
getMeasurements(self)
The Measurements having the Unit
 
getMetaBlockConInput(self)
 
getMetaBlockConOutput(self)
 
getProtectionEquipments(self)
The Protection Equipments having the Unit.
 
removeControls(self, *Controls)
 
removeMeasurements(self, *Measurements)
 
removeMetaBlockConInput(self, *MetaBlockConInput)
 
removeMetaBlockConOutput(self, *MetaBlockConOutput)
 
removeProtectionEquipments(self, *ProtectionEquipments)
 
setControls(self, value)
 
setMeasurements(self, value)
 
setMetaBlockConInput(self, value)
 
setMetaBlockConOutput(self, value)
 
setProtectionEquipments(self, value)

Inherited from IdentifiedObject'.IdentifiedObject: getModelingAuthoritySet, setModelingAuthoritySet

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 = ['Controls', 'Measurements', 'MetaBlockConOutput'...
  _refs = ['Controls', 'Measurements', 'MetaBlockConOutput', 'Me...

Inherited from Element'.Element (private): _enums

Properties [hide private]
  Controls
The Controls having the Unit.
  Measurements
The Measurements having the Unit
  MetaBlockConInput
  MetaBlockConOutput
  ProtectionEquipments
The Protection Equipments having the Unit.

Inherited from IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

__init__(self, Controls=None, Measurements=None, MetaBlockConOutput=None, MetaBlockConInput=None, ProtectionEquipments=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'Unit' instance.

Parameters:
  • Controls - The Controls having the Unit.
  • Measurements - The Measurements having the Unit
  • MetaBlockConOutput
  • MetaBlockConInput
  • ProtectionEquipments - The Protection Equipments having the Unit.
Overrides: object.__init__

Class Variable Details [hide private]

_many_refs

Value:
['Controls',
 'Measurements',
 'MetaBlockConOutput',
 'MetaBlockConInput',
 'ProtectionEquipments']

_refs

Value:
['Controls',
 'Measurements',
 'MetaBlockConOutput',
 'MetaBlockConInput',
 'ProtectionEquipments']

Property Details [hide private]

Controls

The Controls having the Unit.

Get Method:
getControls(self) - The Controls having the Unit.
Set Method:
setControls(self, value)

Measurements

The Measurements having the Unit

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

MetaBlockConInput

Get Method:
getMetaBlockConInput(self)
Set Method:
setMetaBlockConInput(self, value)

MetaBlockConOutput

Get Method:
getMetaBlockConOutput(self)
Set Method:
setMetaBlockConOutput(self, value)

ProtectionEquipments

The Protection Equipments having the Unit.

Get Method:
getProtectionEquipments(self) - The Protection Equipments having the Unit.
Set Method:
setProtectionEquipments(self, value)