PyANGKernel.GKMetering

class GKMetering

A Ramp Meter object, which is drawn over any section

Details

Ramp Meter takes place on entrance ramps to a freeway in order to limit the flow of vehicles entering, thus ensuring a non-congested flow on the freeway itself

Inheritance diagram of PyANGKernel.GKMetering

Synopsis

Methods

Static functions

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

PyANGKernel.GKMetering.ModelMeteringTypes
__init__()
__init__(arg__1)
Parameters:

arg__1GKMetering

addDownstreamDetector(downDet)
Parameters:

downDetGKDetector

On Flow-ALINEA ramp meters, adds a downstream detectors to consider

static addKernelMeteringTypes()
clearDownstreamDetectors()

On Flow-ALINEA ramp meters, clears the downstream detectors to consider

getDownstreamDetectors()
Return type:

Dictionary with keys of type .int and values of type GKDetector.

On Flow-ALINEA ramp meters, returns the downstream detectors defined

getVehFlow()
Return type:

int

On Flow ramp meters, returns the maximum platoon of vehicles that can pass through the signal

removeDownstreamDetector(downDet)
Parameters:

downDetGKDetector

On Flow-ALINEA ramp meters, removes the downDet from the downstream detectors to consider

setDownstreamDetectors(downDet)
Parameters:

downDet – Dictionary with keys of type .int and values of type GKDetector.

On Flow-ALINEA ramp meters, sets the downstream detectors to consider

setVehFlow(vehs)
Parameters:

vehs – int

On Flow ramp meters, sets the maximum platoon of vehicles that can pass through the signal