PyANGKernel.GKTurningBehaviouralParametersChange

class GKTurningBehaviouralParametersChange

Modifies the meso settings of a turn. * double values must not be localized.

Inheritance diagram of PyANGKernel.GKTurningBehaviouralParametersChange

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

str

Returns the distanceZone1. It can be a variable.

getDistanceZone2()
Return type:

str

Returns the distanceZone2. It can be a variable.

getLookAheadDistance()
Return type:

str

Returns the look-ahead distance (Meso). It can be a variable.

getMesoFinalSafetyMargin()
Return type:

str

Returns the final safety margin (meso). It can be a variable.

getMesoGWTimeFactor()
Return type:

str

Returns the yield time factor (meso). It can be a variable.

getMesoInitialSafetyMargin()
Return type:

str

Returns the initial safety margin (meso). It can be a variable.

getMesoMainStreamVisibility()
Return type:

str

Returns the main stream visibility (meso). It can be a variable.

getMicroFinalGWTimeFactor()
Return type:

str

Returns the final yield time factor (Micro). It can be a variable.

getMicroFinalSafetyMargin()
Return type:

str

Returns the final safety margin (Micro). It can be a variable.

getMicroGWVisibility()
Return type:

str

Returns the visibility distance to yield (Micro). It can be a variable.

getMicroInitialGWTimeFactor()
Return type:

str

Returns the initial yield time factor (Micro). It can be a variable.

getMicroInitialSafetyMargin()
Return type:

str

Returns the initial safety margin (Micro). It can be a variable.

getMicroMainStreamVisibility()
Return type:

str

Returns the visibility distance along main stream (Micro). It can be a variable.

getReactionTimeFactor()
Return type:

str

Returns the reaction time factor. It can be a variable.

getTurning()
Return type:

GKTurning

returns the section where the action is associated

getWaitingTimeBeforeLosingTurn()
Return type:

str

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.

setTurning(aturning)
Parameters:

aturningGKTurning

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.