Used to apply user standard names to topology buses. Typically used
for 'bus/branch' case generation. Associated with one or more
ConnectivityNodes that are normally a part of the bus name. The
associated ConnectivityNodes are to be connected by non-retained
switches. For a ring bus station configuration, all busbar connectivity
nodes in the ring are typically associated. For a breaker and a half
scheme, both busbars would be associated. For a ring bus, all busbars
would be associated. For a 'straight' busbar configuration, only the
main connectivity node at the busbar would be associated.
|
|
__init__(self,
ReportingGroup=None,
ConnectivityNode=None,
*args,
**kw_args)
Initialises a new 'BusNameMarker' instance. |
|
|
|
|
| addConnectivityNode(self,
*ConnectivityNode) |
|
|
|
|
getConnectivityNode(self)
The list of nodes which have the same bus name in the normal
topology. |
|
|
|
|
getReportingGroup(self)
The reporting group to which this BusNameMarker belongs. |
|
|
|
|
| removeConnectivityNode(self,
*ConnectivityNode) |
|
|
|
|
| setConnectivityNode(self,
value) |
|
|
|
|
| setReportingGroup(self,
value) |
|
|
|
Inherited from Core.IdentifiedObject'.IdentifiedObject:
getModelingAuthoritySet,
setModelingAuthoritySet
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|