Package CIM15 :: Package IEC61970 :: Package Informative :: Package InfOperations :: Module NetworkDataSet' :: Class NetworkDataSet
[hide private]
[frames] | no frames]

Class NetworkDataSet

                         object --+        
                                  |        
                   Element'.Element --+    
                                      |    
Core.IdentifiedObject'.IdentifiedObject --+
                                          |
                                         NetworkDataSet

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.

Instance Methods [hide private]
 
__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)
 
getChangeItems(self)
 
getChangeSets(self)
 
getDocuments(self)
 
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__

Class Variables [hide private]
  _attr_types = {'category': <type 'str'>}
  _attrs = ['category']
  _defaults = {'category': ''}
  _many_refs = ['Documents', 'ChangeItems', 'ChangeSets', 'Power...
  _refs = ['status', 'Documents', 'ChangeItems', 'ChangeSets', '...
  status = None

Inherited from Element'.Element (private): _enums

Properties [hide private]
  ChangeItems
  ChangeSets
  Documents
  PowerSystemResources

Inherited from Core.IdentifiedObject'.IdentifiedObject: DiagramObjects, ModelingAuthoritySet, Names

Inherited from object: __class__

Method Details [hide private]

__init__(self, category='', status=None, Documents=None, ChangeItems=None, ChangeSets=None, PowerSystemResources=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'NetworkDataSet' instance.

Parameters:
  • category - Category of network data set.
  • status
  • Documents
  • ChangeItems
  • ChangeSets
  • PowerSystemResources
Overrides: object.__init__

Class Variable Details [hide private]

_many_refs

Value:
['Documents', 'ChangeItems', 'ChangeSets', 'PowerSystemResources']

_refs

Value:
['status',
 'Documents',
 'ChangeItems',
 'ChangeSets',
 'PowerSystemResources']

Property Details [hide private]

ChangeItems

Get Method:
getChangeItems(self)
Set Method:
setChangeItems(self, value)

ChangeSets

Get Method:
getChangeSets(self)
Set Method:
setChangeSets(self, value)

Documents

Get Method:
getDocuments(self)
Set Method:
setDocuments(self, value)

PowerSystemResources

Get Method:
getPowerSystemResources(self)
Set Method:
setPowerSystemResources(self, value)