PyANGKernel.GKTurningBehaviouralParametersChange¶
- class GKTurningBehaviouralParametersChange¶
Modifies the meso settings of a turn. * double values must not be localized.
Synopsis¶
Methods¶
def
__init__()def
getTurning()def
setTurning()
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__()¶
Returns the distanceZone1. It can be a variable.
Returns the distanceZone2. It can be a variable.
Returns the look-ahead distance (Meso). It can be a variable.
Returns the final safety margin (meso). It can be a variable.
Returns the yield time factor (meso). It can be a variable.
Returns the initial safety margin (meso). It can be a variable.
Returns the main stream visibility (meso). It can be a variable.
Returns the final yield time factor (Micro). It can be a variable.
Returns the final safety margin (Micro). It can be a variable.
Returns the visibility distance to yield (Micro). It can be a variable.
Returns the initial yield time factor (Micro). It can be a variable.
Returns the initial safety margin (Micro). It can be a variable.
Returns the visibility distance along main stream (Micro). It can be a variable.
Returns the reaction time factor. It can be a variable.
returns the section where the action is associated
Returns the waiting time before missing a turn. It can be a variable.
- setDistanceZone1(value)¶
- Parameters:
value – str
Sets the distanceZone1. It can be a variable.
- setDistanceZone2(value)¶
- Parameters:
value – str
Sets the distanceZone2. It can be a variable.
- setLookAheadDistance(value)¶
- Parameters:
value – str
Sets the look-ahead distance (Meso). It can be a variable.
- setMesoFinalSafetyMargin(value)¶
- Parameters:
value – str
Sets the final safety margin (meso). It can be a variable.
- setMesoGWTimeFactor(value)¶
- Parameters:
value – str
Sets the yield time factor (meso). It can be a variable.
- setMesoInitialSafetyMargin(value)¶
- Parameters:
value – str
Sets the initial safety margin (meso). It can be a variable.
- setMesoMainStreamVisibility(value)¶
- Parameters:
value – str
Sets the main stream visibility (meso). It can be a variable.
- setMicroFinalGWTimeFactor(value)¶
- Parameters:
value – str
Sets the final yield time factor (Micro). It can be a variable.
- setMicroFinalSafetyMargin(value)¶
- Parameters:
value – str
Sets the final safety margin (Micro). It can be a variable.
- setMicroGWVisibility(value)¶
- Parameters:
value – str
Sets the visibility distance to yield (Micro). It can be a variable.
- setMicroInitialGWTimeFactor(value)¶
- Parameters:
value – str
Sets the initial yield time factor (Micro). It can be a variable.
- setMicroInitialSafetyMargin(value)¶
- Parameters:
value – str
Sets the initial safety margin (Micro). It can be a variable.
- setMicroMainStreamVisibility(value)¶
- Parameters:
value – str
Sets the visibility distance along main stream (Micro). It can be a variable.
- setReactionTimeFactor(value)¶
- Parameters:
value – str
Sets the reaction time factor. It can be a variable.
sets the turn where the action is associated
- setWaitingTimeBeforeLosingTurn(value)¶
- Parameters:
value – str
Sets the waiting time before missing a turn. It can be a variable.