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.
|
__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) |
|
|
|
|
|
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__
|