Package CIM14 :: Package CPSM :: Package Equipment :: 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, Terminal=None, *args, **kw_args)
Initialises a new 'TieFlow' instance.
 
getControlArea(self)
The control area of the tie flows.
 
getTerminal(self)
The terminal to which this tie flow belongs.
 
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}
  _refs = ['ControlArea', 'Terminal']

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

Properties [hide private]
  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, 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.
  • Terminal - The terminal to which this tie flow belongs.
Overrides: object.__init__

Property Details [hide private]

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)