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.

Inheritance diagram of PyANGKernel.GKPeriodicSectionIncident

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

GKTimeDuration

returns the deviation incident duration

getDurationTime()
Return type:

GKTimeDuration

returns the mean incident duration

getIdGroup()
Return type:

int

getInitialDev()
Return type:

GKTimeDuration

returns the deviation incident initial time

getInitialTime()
Return type:

GKTimeDuration

returns the mean incident initial time

getInternalDev()
Return type:

float

returns the deviation incident length

getInternalLength()
Return type:

float

returns the mean incident length

getNbLanesToCover()
Return type:

int

return the number of lanes to cover

setDurationDev(value)
Parameters:

valueGKTimeDuration

sets the deviation incident duration

setDurationTime(value)
Parameters:

valueGKTimeDuration

sets the mean incident duration

setIdGroup(aidGoup)
Parameters:

aidGoup – int

setInitialDev(value)
Parameters:

valueGKTimeDuration

sets the deviation incident initial time

setInitialTime(value)
Parameters:

valueGKTimeDuration

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