PyANGKernel.GKPeriodicSectionIncident¶
- class GKPeriodicSectionIncident¶
Creates an incident in a section.
Details
It creates incidents within an area defined from section start position and GKSectionChange::length.
Synopsis¶
Methods¶
def
__init__()def
getDurationDev()def
getIdGroup()def
getInitialDev()def
getInitialTime()def
getInternalDev()def
setDurationDev()def
setIdGroup()def
setInitialDev()def
setInitialTime()def
setInternalDev()
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__()¶
- getDurationDev()¶
- Return type:
returns the deviation incident duration
- getDurationTime()¶
- Return type:
returns the mean incident duration
- getInitialDev()¶
- Return type:
returns the deviation incident initial time
- getInitialTime()¶
- Return type:
returns the mean incident initial time
returns the deviation incident length
returns the mean incident length
return the number of lanes to cover
- setDurationDev(value)¶
- Parameters:
value –
GKTimeDuration
sets the deviation incident duration
- setDurationTime(value)¶
- Parameters:
value –
GKTimeDuration
sets the mean incident duration
- setIdGroup(aidGoup)¶
- Parameters:
aidGoup – int
- setInitialDev(value)¶
- Parameters:
value –
GKTimeDuration
sets the deviation incident initial time
- setInitialTime(value)¶
- Parameters:
value –
GKTimeDuration
sets the mean incident initial time
- setInternalDev(value)¶
- Parameters:
value – float
sets the deviation incident length
- setInternalLength(value)¶
- Parameters:
value – float
sets the mean incident length
- setNbLanesToCover(value)¶
- Parameters:
value – int
sets the number of lanes to cover