PyANGKernel.GKControlFlowMetering¶
- class GKControlFlowMetering¶
Control plan information for a flow ramp meter
Details
Settings used in a control plan for a flow ramp meter.
Inherited by:
GKControlFlowAlineaMeteringSynopsis¶
Methods¶
def
__init__()def
getFlow()def
getMaxFlow()def
getMinFlow()def
setFlow()def
setMaxFlow()def
setMinFlow()
Note
This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE
- __init__()¶
Gets the flow.
Gets the maximum flow.
Gets the minimum flow.
- setFlow(f)¶
- Parameters:
f – float
Sets the flow.
- setMaxFlow(maxF)¶
- Parameters:
maxF – float
Sets the maximum flow.
- setMinFlow(minF)¶
- Parameters:
minF – float
Sets the minimum flow.