A flow specification in terms of location and direction for a control
area.
|
__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) |
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|