Defines a nominal base voltage which is referenced in the system.
|
__init__(self,
nominalVoltage=0.0,
isDC=False,
ConductingEquipment=None,
VoltageLevel=None,
TopologicalNode=None,
*args,
**kw_args)
Initialises a new 'BaseVoltage' instance. |
|
|
|
addConductingEquipment(self,
*ConductingEquipment) |
|
|
|
addTopologicalNode(self,
*TopologicalNode) |
|
|
|
addVoltageLevel(self,
*VoltageLevel) |
|
|
|
getConductingEquipment(self)
Use association to ConductingEquipment only when there is no
VoltageLevel container used. |
|
|
|
getTopologicalNode(self)
The topological nodes at the base voltage. |
|
|
|
getVoltageLevel(self)
The VoltageLevels having this BaseVoltage. |
|
|
|
removeConductingEquipment(self,
*ConductingEquipment) |
|
|
|
removeTopologicalNode(self,
*TopologicalNode) |
|
|
|
removeVoltageLevel(self,
*VoltageLevel) |
|
|
|
setConductingEquipment(self,
value) |
|
|
|
setTopologicalNode(self,
value) |
|
|
|
setVoltageLevel(self,
value) |
|
|
Inherited from IdentifiedObject'.IdentifiedObject :
getModelingAuthoritySet ,
setModelingAuthoritySet
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|