PyANGKernel.GKControlFlowMetering

class GKControlFlowMetering

Control plan information for a flow ramp meter

Details

Settings used in a control plan for a flow ramp meter.

Inheritance diagram of PyANGKernel.GKControlFlowMetering

Inherited by: GKControlFlowAlineaMetering

Synopsis

Methods

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__()
getFlow()
Return type:

float

Gets the flow.

getMaxFlow()
Return type:

float

Gets the maximum flow.

getMinFlow()
Return type:

float

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.