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

Inheritance diagram of PyANGKernel.GKSectionBehaviouralParametersChange

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

str

The accelerationVariationFactor. It can be a variable.

getConsiderTwoLaneCarFollowingModel()
Return type:

bool

The considerTwoLaneCarFollowingModel.

getImprudentLaneChanging()
Return type:

bool

getJamDensity()
Return type:

str

The jam density (per lane). It can be a variable.

getLaneChangingAggressiveness()
Return type:

str

The lane-changing aggressiveness. It can be a variable.

getLaneChangingChangeLaneCooperation()
Return type:

str

The Lane Changing Change Lane Cooperation. It can be a variable.

getLaneChangingGapCooperation()
Return type:

str

The Lane Changing Gap Cooperation. It can be a variable.

getReactionTimeAtStopVariation()
Return type:

str

The reaction Time Variation. It can be a variable.

getReactionTimeAtTrafficLightVariation()
Return type:

str

The reaction Time Variation. It can be a variable.

getReactionTimeFactor()
Return type:

str

The reaction time factor. It can be a variable.

getReactionTimeVariation()
Return type:

str

The reaction Time Variation. It can be a variable.

getReservedLanesVisibilityDistance()
Return type:

str

The reservedLanesVisibilityDistance. It can be a variable.

getonRampCooperationDistance()
Return type:

str

The side lane cooperation distance (micro). It can be a variable.

getonRampMergingDistance()
Return type:

str

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.