PyANGKernel.GKSectionBehaviouralParametersChange¶
- class GKSectionBehaviouralParametersChange¶
Modifies the meso settings of a section. It can modify the whole section’s settings or distinguish by lane and/or segment
Synopsis¶
Methods¶
def
__init__()def
getJamDensity()def
setJamDensity()
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__()¶
The accelerationVariationFactor. It can be a variable.
The considerTwoLaneCarFollowingModel.
The jam density (per lane). It can be a variable.
The lane-changing aggressiveness. It can be a variable.
The Lane Changing Change Lane Cooperation. It can be a variable.
The Lane Changing Gap Cooperation. It can be a variable.
The reaction Time Variation. It can be a variable.
The reaction Time Variation. It can be a variable.
The reaction time factor. It can be a variable.
The reaction Time Variation. It can be a variable.
The reservedLanesVisibilityDistance. It can be a variable.
The side lane cooperation distance (micro). It can be a variable.
The side lane merging distance (micro). It can be a variable.
- setAccelerationVariationFactor(value)¶
- Parameters:
value – str
The accelerationVariationFactor. It can be a variable.
- setConsiderTwoLaneCarFollowingModel(value)¶
- Parameters:
value – bool
The considerTwoLaneCarFollowingModel.
- setImprudentLaneChanging(value)¶
- Parameters:
value – bool
- setJamDensity(value)¶
- Parameters:
value – str
The jam density (per lane). It can be a variable.
- setLaneChangingAggressiveness(value)¶
- Parameters:
value – str
The lane-changing aggressiveness. It can be a variable.
- setLaneChangingChangeLaneCooperation(value)¶
- Parameters:
value – str
The Lane Changing Change Lane Cooperation. It can be a variable.
- setLaneChangingGapCooperation(value)¶
- Parameters:
value – str
The Lane Changing Gap Cooperation. It can be a variable.
- setReactionTimeAtStopVariation(value)¶
- Parameters:
value – str
The reaction Time Variation. It can be a variable.
- setReactionTimeAtTrafficLightVariation(value)¶
- Parameters:
value – str
The reaction Time Variation. It can be a variable.
- setReactionTimeFactor(value)¶
- Parameters:
value – str
The reaction time factor. It can be a variable.
- setReactionTimeVariation(value)¶
- Parameters:
value – str
The reaction Time Variation. It can be a variable.
- setReservedLanesVisibilityDistance(value)¶
- Parameters:
value – str
The reservedLanesVisibilityDistance. It can be a variable.
- setonRampCooperationDistance(value)¶
- Parameters:
value – str
The side lane cooperation distance (micro). It can be a variable.
- setonRampMergingDistance(value)¶
- Parameters:
value – str
The side lane merging distance (micro). It can be a variable.