Package CIM14 :: Package IEC61970 :: Package Core :: Module OperatingParticipant' :: Class OperatingParticipant
[hide private]
[frames] | no frames]

Class OperatingParticipant

                    object --+        
                             |        
              Element'.Element --+    
                                 |    
IdentifiedObject'.IdentifiedObject --+
                                     |
                                    OperatingParticipant

An operator of multiple PowerSystemResource objects. Note multple OperatingParticipants may operate the same PowerSystemResource object. This can be used for modeling jointly owned units where each owner operates as a contractual share.

Instance Methods [hide private]
 
__init__(self, OperatingShare=None, *args, **kw_args)
Initialises a new 'OperatingParticipant' instance.
 
addOperatingShare(self, *OperatingShare)
 
getOperatingShare(self)
The operating shares of an operating participant.
 
removeOperatingShare(self, *OperatingShare)
 
setOperatingShare(self, value)

Inherited from IdentifiedObject'.IdentifiedObject: 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 = ['OperatingShare']
  _refs = ['OperatingShare']

Inherited from Element'.Element (private): _enums

Properties [hide private]
  OperatingShare
The operating shares of an operating participant.

Inherited from IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

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

 

Initialises a new 'OperatingParticipant' instance.

Parameters:
  • OperatingShare - The operating shares of an operating participant. An operating participant can be reused for any number of PSR's.
Overrides: object.__init__

getOperatingShare(self)

 

The operating shares of an operating participant. An operating participant can be reused for any number of PSR's.


Property Details [hide private]

OperatingShare

The operating shares of an operating participant. An operating participant can be reused for any number of PSR's.

Get Method:
getOperatingShare(self) - The operating shares of an operating participant.
Set Method:
setOperatingShare(self, value)