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

Class OperatingShare

      object --+    
               |    
Element'.Element --+
                   |
                  OperatingShare

Specifies the contract relationship between a PowerSystemResource and a contract participant.

Instance Methods [hide private]
 
__init__(self, percentage=0.0, PowerSystemResource=None, OperatingParticipant=None, *args, **kw_args)
Initialises a new 'OperatingShare' instance.
 
getOperatingParticipant(self)
The linkage to a owners and its linkage attributes like percentage ownership.
 
getPowerSystemResource(self)
The PowerSystemResource to which the attribues apply.
 
setOperatingParticipant(self, value)
 
setPowerSystemResource(self, value)

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

Class Variables [hide private]
  _attr_types = {'percentage': <type 'float'>}
  _attrs = ['percentage']
  _defaults = {'percentage': 0.0}
  _refs = ['PowerSystemResource', 'OperatingParticipant']

Inherited from Element'.Element (private): _enums, _many_refs

Properties [hide private]
  OperatingParticipant
The linkage to a owners and its linkage attributes like percentage ownership.
  PowerSystemResource
The PowerSystemResource to which the attribues apply.

Inherited from object: __class__

Method Details [hide private]

__init__(self, percentage=0.0, PowerSystemResource=None, OperatingParticipant=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'OperatingShare' instance.

Parameters:
  • percentage - Percentage ownership for this device. The percentage indicates the percentage ownership of the PSROwner for the PowerSystemResource. The total percentage ownership for a PowerSystemResource should add to 100%.
  • PowerSystemResource - The PowerSystemResource to which the attribues apply. The percentage ownership of all owners of a PowerSystemResource should add to 100%.
  • OperatingParticipant - The linkage to a owners and its linkage attributes like percentage ownership. The ownership percentage should add to 100% for all owners of a PowerSystemResource, but a PSROwner may own any percentage of any number of PowerSystemResource objects.
Overrides: object.__init__

getOperatingParticipant(self)

 

The linkage to a owners and its linkage attributes like percentage ownership. The ownership percentage should add to 100% for all owners of a PowerSystemResource, but a PSROwner may own any percentage of any number of PowerSystemResource objects.

getPowerSystemResource(self)

 

The PowerSystemResource to which the attribues apply. The percentage ownership of all owners of a PowerSystemResource should add to 100%.


Property Details [hide private]

OperatingParticipant

The linkage to a owners and its linkage attributes like percentage ownership. The ownership percentage should add to 100% for all owners of a PowerSystemResource, but a PSROwner may own any percentage of any number of PowerSystemResource objects.

Get Method:
getOperatingParticipant(self) - The linkage to a owners and its linkage attributes like percentage ownership.
Set Method:
setOperatingParticipant(self, value)

PowerSystemResource

The PowerSystemResource to which the attribues apply. The percentage ownership of all owners of a PowerSystemResource should add to 100%.

Get Method:
getPowerSystemResource(self) - The PowerSystemResource to which the attribues apply.
Set Method:
setPowerSystemResource(self, value)