Package CIM14 :: Package ENTSOE :: Package Dynamics :: Package IEC61970 :: Package Core :: Module CorePowerSystemResource' :: Class CorePowerSystemResource
[hide private]
[frames] | no frames]

Class CorePowerSystemResource

                            object --+        
                                     |        
                      Element'.Element --+    
                                         |    
CoreIdentifiedObject'.CoreIdentifiedObject --+
                                             |
                                            CorePowerSystemResource
Known Subclasses:

Instance Methods [hide private]
 
__init__(self, Block=None, Location=None, ReportingGroup=None, PsrLists=None, OperatingShare=None, OutageSchedule=None, Measurements=None, Assets=None, PSRType=None, *args, **kw_args)
Initialises a new 'CorePowerSystemResource' instance.
 
addAssets(self, *Assets)
 
addBlock(self, *Block)
 
addMeasurements(self, *Measurements)
 
addOperatingShare(self, *OperatingShare)
 
addPsrLists(self, *PsrLists)
 
addReportingGroup(self, *ReportingGroup)
 
getAssets(self)
 
getBlock(self)
 
getLocation(self)
 
getMeasurements(self)
 
getOperatingShare(self)
 
getOutageSchedule(self)
 
getPSRType(self)
 
getPsrLists(self)
 
getReportingGroup(self)
 
removeAssets(self, *Assets)
 
removeBlock(self, *Block)
 
removeMeasurements(self, *Measurements)
 
removeOperatingShare(self, *OperatingShare)
 
removePsrLists(self, *PsrLists)
 
removeReportingGroup(self, *ReportingGroup)
 
setAssets(self, value)
 
setBlock(self, value)
 
setLocation(self, value)
 
setMeasurements(self, value)
 
setOperatingShare(self, value)
 
setOutageSchedule(self, value)
 
setPSRType(self, value)
 
setPsrLists(self, value)
 
setReportingGroup(self, value)

Inherited from CoreIdentifiedObject'.CoreIdentifiedObject: getModelingAuthoritySet, setModelingAuthoritySet

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  _attr_types = {}
  _attrs = []
  _defaults = {}
  _many_refs = ['Block', 'ReportingGroup', 'PsrLists', 'Operatin...
  _refs = ['Block', 'Location', 'ReportingGroup', 'PsrLists', 'O...

Inherited from Element'.Element (private): _enums

Properties [hide private]
  Assets
  Block
  Location
  Measurements
  OperatingShare
  OutageSchedule
  PSRType
  PsrLists
  ReportingGroup

Inherited from CoreIdentifiedObject'.CoreIdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

__init__(self, Block=None, Location=None, ReportingGroup=None, PsrLists=None, OperatingShare=None, OutageSchedule=None, Measurements=None, Assets=None, PSRType=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'CorePowerSystemResource' instance.

Parameters:
  • Block
  • Location
  • ReportingGroup
  • PsrLists
  • OperatingShare
  • OutageSchedule
  • Measurements
  • Assets
  • PSRType
Overrides: object.__init__

Class Variable Details [hide private]

_many_refs

Value:
['Block',
 'ReportingGroup',
 'PsrLists',
 'OperatingShare',
 'Measurements',
 'Assets']

_refs

Value:
['Block',
 'Location',
 'ReportingGroup',
 'PsrLists',
 'OperatingShare',
 'OutageSchedule',
 'Measurements',
 'Assets',
...

Property Details [hide private]

Assets

Get Method:
getAssets(self)
Set Method:
setAssets(self, value)

Block

Get Method:
getBlock(self)
Set Method:
setBlock(self, value)

Location

Get Method:
getLocation(self)
Set Method:
setLocation(self, value)

Measurements

Get Method:
getMeasurements(self)
Set Method:
setMeasurements(self, value)

OperatingShare

Get Method:
getOperatingShare(self)
Set Method:
setOperatingShare(self, value)

OutageSchedule

Get Method:
getOutageSchedule(self)
Set Method:
setOutageSchedule(self, value)

PSRType

Get Method:
getPSRType(self)
Set Method:
setPSRType(self, value)

PsrLists

Get Method:
getPsrLists(self)
Set Method:
setPsrLists(self, value)

ReportingGroup

Get Method:
getReportingGroup(self)
Set Method:
setReportingGroup(self, value)