A subset of a geographical region of a power system network model.
|
__init__(self,
Region=None,
Substations=None,
Lines=None,
*args,
**kw_args)
Initialises a new 'SubGeographicalRegion' instance. |
|
|
|
|
|
addSubstations(self,
*Substations) |
|
|
|
getLines(self)
A Line can be contained by a SubGeographical Region. |
|
|
|
getRegion(self)
The association is used in the naming hierarchy. |
|
|
|
getSubstations(self)
The association is used in the naming hierarchy. |
|
|
|
removeLines(self,
*Lines) |
|
|
|
removeSubstations(self,
*Substations) |
|
|
|
|
|
|
|
setSubstations(self,
value) |
|
|
Inherited from IdentifiedObject'.IdentifiedObject :
getModelingAuthoritySet ,
setModelingAuthoritySet
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|