Categorized as a type of document, model of a portion of the
electrical network that includes a list of the equipment, along with
relevant connectivity, electrical characteristics, geographical location,
and various parameters associated with the equipment.Categorized as a
type of document, model of a portion of the electrical network that
includes a list of the equipment, along with relevant connectivity,
electrical characteristics, geographical location, and various parameters
associated with the equipment.
|
|
__init__(self,
category='',
status=None,
Documents=None,
ChangeItems=None,
ChangeSets=None,
PowerSystemResources=None,
*args,
**kw_args)
Initialises a new 'NetworkDataSet' instance. |
|
|
|
|
| addChangeItems(self,
*ChangeItems) |
|
|
|
|
| addChangeSets(self,
*ChangeSets) |
|
|
|
|
| addDocuments(self,
*Documents) |
|
|
|
|
| addPowerSystemResources(self,
*PowerSystemResources) |
|
|
|
|
|
|
|
|
|
|
|
|
|
| getPowerSystemResources(self) |
|
|
|
|
| removeChangeItems(self,
*ChangeItems) |
|
|
|
|
| removeChangeSets(self,
*ChangeSets) |
|
|
|
|
| removeDocuments(self,
*Documents) |
|
|
|
|
| removePowerSystemResources(self,
*PowerSystemResources) |
|
|
|
|
| setChangeItems(self,
value) |
|
|
|
|
| setChangeSets(self,
value) |
|
|
|
|
| setDocuments(self,
value) |
|
|
|
|
| setPowerSystemResources(self,
value) |
|
|
|
Inherited from Core.IdentifiedObject'.IdentifiedObject:
addDiagramObjects,
addNames,
getDiagramObjects,
getModelingAuthoritySet,
getNames,
removeDiagramObjects,
removeNames,
setDiagramObjects,
setModelingAuthoritySet,
setNames
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|