Package CIM14 :: Package ENTSOE :: Package Dynamics :: Package IEC61968 :: Package Assets :: Module AssetsAsset' :: Class AssetsAsset
[hide private]
[frames] | no frames]

Class AssetsAsset

                                          object --+        
                                                   |        
                                    Element'.Element --+    
                                                       |    
IEC61970.Core.CoreIdentifiedObject'.CoreIdentifiedObject --+
                                                           |
                                                          AssetsAsset

Instance Methods [hide private]
 
__init__(self, PowerSystemResources=None, *args, **kw_args)
Initialises a new 'AssetsAsset' instance.
 
addPowerSystemResources(self, *PowerSystemResources)
 
getPowerSystemResources(self)
 
removePowerSystemResources(self, *PowerSystemResources)
 
setPowerSystemResources(self, value)

Inherited from IEC61970.Core.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 = ['PowerSystemResources']
  _refs = ['PowerSystemResources']

Inherited from Element'.Element (private): _enums

Properties [hide private]
  PowerSystemResources

Inherited from IEC61970.Core.CoreIdentifiedObject'.CoreIdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

__init__(self, PowerSystemResources=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'AssetsAsset' instance.

Parameters:
  • PowerSystemResources
Overrides: object.__init__

Property Details [hide private]

PowerSystemResources

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