Package CIM14 :: Package IEC61970 :: Package ControlArea :: Module TieFlow' :: Class TieFlow
[hide private]
[frames] | no frames]

Class TieFlow

      object --+    
               |    
Element'.Element --+
                   |
                  TieFlow

A flow specification in terms of location and direction for a control area.

Instance Methods [hide private]
 
__init__(self, positiveFlowIn=False, ControlArea=None, AltTieMeas=None, Terminal=None, *args, **kw_args)
Initialises a new 'TieFlow' instance.
 
addAltTieMeas(self, *AltTieMeas)
 
getAltTieMeas(self)
The primary and alternate tie flow measurements associated with the tie flow.
 
getControlArea(self)
The control area of the tie flows.
 
getTerminal(self)
The terminal to which this tie flow belongs.
 
removeAltTieMeas(self, *AltTieMeas)
 
setAltTieMeas(self, value)
 
setControlArea(self, value)
 
setTerminal(self, value)

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

Class Variables [hide private]
  _attr_types = {'positiveFlowIn': <type 'bool'>}
  _attrs = ['positiveFlowIn']
  _defaults = {'positiveFlowIn': False}
  _many_refs = ['AltTieMeas']
  _refs = ['ControlArea', 'AltTieMeas', 'Terminal']

Inherited from Element'.Element (private): _enums

Properties [hide private]
  AltTieMeas
The primary and alternate tie flow measurements associated with the tie flow.
  ControlArea
The control area of the tie flows.
  Terminal
The terminal to which this tie flow belongs.

Inherited from object: __class__

Method Details [hide private]

__init__(self, positiveFlowIn=False, ControlArea=None, AltTieMeas=None, Terminal=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'TieFlow' instance.

Parameters:
  • positiveFlowIn - The flow is positive into the terminal. A flow is positive if it is an import into the control area.
  • ControlArea - The control area of the tie flows.
  • AltTieMeas - The primary and alternate tie flow measurements associated with the tie flow.
  • Terminal - The terminal to which this tie flow belongs.
Overrides: object.__init__

Property Details [hide private]

AltTieMeas

The primary and alternate tie flow measurements associated with the tie flow.

Get Method:
getAltTieMeas(self) - The primary and alternate tie flow measurements associated with the tie flow.
Set Method:
setAltTieMeas(self, value)

ControlArea

The control area of the tie flows.

Get Method:
getControlArea(self) - The control area of the tie flows.
Set Method:
setControlArea(self, value)

Terminal

The terminal to which this tie flow belongs.

Get Method:
getTerminal(self) - The terminal to which this tie flow belongs.
Set Method:
setTerminal(self, value)