PyANGKernel.GKControlGreenMeteringByLane¶
- class GKControlGreenMeteringByLane¶
Control plan information for a green ramp meter with an offset of X seconds between lanes to activate the green in each lane. The lane activation will be from rightmost lane to leftmost lane.
Details
Settings used in a control plan for a green ramp meter.
Synopsis¶
Methods¶
def
__init__()def
getLaneOffset()def
setLaneOffset()
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 lane offset (in seconds).
- setLaneOffset(o)¶
- Parameters:
o – float
Sets the lane offset (in seconds).