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

Class CoreEquipment

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

Instance Methods [hide private]
 
__init__(self, normaIlyInService=False, aggregate=False, ContingencyEquipment=None, EquipmentContainer=None, CustomerAgreements=None, OperationalLimitSet=None, *args, **kw_args)
Initialises a new 'CoreEquipment' instance.
 
addContingencyEquipment(self, *ContingencyEquipment)
 
addCustomerAgreements(self, *CustomerAgreements)
 
addOperationalLimitSet(self, *OperationalLimitSet)
 
getContingencyEquipment(self)
 
getCustomerAgreements(self)
 
getEquipmentContainer(self)
 
getOperationalLimitSet(self)
 
removeContingencyEquipment(self, *ContingencyEquipment)
 
removeCustomerAgreements(self, *CustomerAgreements)
 
removeOperationalLimitSet(self, *OperationalLimitSet)
 
setContingencyEquipment(self, value)
 
setCustomerAgreements(self, value)
 
setEquipmentContainer(self, value)
 
setOperationalLimitSet(self, value)

Inherited from CorePowerSystemResource'.CorePowerSystemResource: addAssets, addBlock, addMeasurements, addOperatingShare, addPsrLists, addReportingGroup, getAssets, getBlock, getLocation, getMeasurements, getOperatingShare, getOutageSchedule, getPSRType, getPsrLists, getReportingGroup, removeAssets, removeBlock, removeMeasurements, removeOperatingShare, removePsrLists, removeReportingGroup, setAssets, setBlock, setLocation, setMeasurements, setOperatingShare, setOutageSchedule, setPSRType, setPsrLists, setReportingGroup

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 = {'aggregate': <type 'bool'>, 'normaIlyInService'...
  _attrs = ['normaIlyInService', 'aggregate']
  _defaults = {'aggregate': False, 'normaIlyInService': False}
  _many_refs = ['ContingencyEquipment', 'CustomerAgreements', 'O...
  _refs = ['ContingencyEquipment', 'EquipmentContainer', 'Custom...

Inherited from Element'.Element (private): _enums

Properties [hide private]
  ContingencyEquipment
  CustomerAgreements
  EquipmentContainer
  OperationalLimitSet

Inherited from CorePowerSystemResource'.CorePowerSystemResource: Assets, Block, Location, Measurements, OperatingShare, OutageSchedule, PSRType, PsrLists, ReportingGroup

Inherited from CoreIdentifiedObject'.CoreIdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

__init__(self, normaIlyInService=False, aggregate=False, ContingencyEquipment=None, EquipmentContainer=None, CustomerAgreements=None, OperationalLimitSet=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'CoreEquipment' instance.

Parameters:
  • normaIlyInService
  • aggregate
  • ContingencyEquipment
  • EquipmentContainer
  • CustomerAgreements
  • OperationalLimitSet
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'aggregate': <type 'bool'>, 'normaIlyInService': <type 'bool'>}

_many_refs

Value:
['ContingencyEquipment', 'CustomerAgreements', 'OperationalLimitSet']

_refs

Value:
['ContingencyEquipment',
 'EquipmentContainer',
 'CustomerAgreements',
 'OperationalLimitSet']

Property Details [hide private]

ContingencyEquipment

Get Method:
getContingencyEquipment(self)
Set Method:
setContingencyEquipment(self, value)

CustomerAgreements

Get Method:
getCustomerAgreements(self)
Set Method:
setCustomerAgreements(self, value)

EquipmentContainer

Get Method:
getEquipmentContainer(self)
Set Method:
setEquipmentContainer(self, value)

OperationalLimitSet

Get Method:
getOperationalLimitSet(self)
Set Method:
setOperationalLimitSet(self, value)