PyANGKernel.GKControlFlowAlineaMetering

class GKControlFlowAlineaMetering

Inheritance diagram of PyANGKernel.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

Detailed Description

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

__init__()
getCalculationInterval()
Return type:

GKTimeDuration

Sets the calculation interval of the ALINEA algorithm

getDesiredDownstreamOccupancy()
Return type:

float

Gets the desired downstream occupancy in percentage from 0 to 100.

getKrRegulatorParameter()
Return type:

float

Gets the regulator parameter (kr).

setCalculationInterval(aduration)
Parameters:

adurationGKTimeDuration

Gets the calculation interval of the ALINEA algorithm

setDesiredDownstreamOccupancy(value)
Parameters:

value – float

Sets the desired downstream occupancy in percentage from 0 to 100.

setKrRegulatorParameter(value)
Parameters:

value – float

Sets the regulator parameter (kr).