PyANGKernel.GKPublicLineTimeTableScheduleStopTime¶
- class GKPublicLineTimeTableScheduleStopTime¶
Synopsis¶
Methods¶
def
__init__()
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
Detailed Description¶
Stop time for a transit vehicle in a particular stop.
Time is calculated using a Normal distribution with mean and deviation parameters.
If the transit vehicle has to be at the stop at an exact time, an offset can be set (0 is the departure time, offset is the number of seconds after departure time when the transit vehicle is expected to be at this stop) to keep the transit vehicle in the stop until the departure time for this stop is reached.
If pedestrians are to be modeled boarding and alighting this transit stop, the boarding and alighting mean and deviation times can be specified.
See
GKPublicLineTimeTablefor more information in how to create these objects.- PyANGKernel.GKPublicLineTimeTableScheduleStopTime.mean¶
- PyANGKernel.GKPublicLineTimeTableScheduleStopTime.deviation¶
- PyANGKernel.GKPublicLineTimeTableScheduleStopTime.offset¶
- PyANGKernel.GKPublicLineTimeTableScheduleStopTime.secondsByPed¶
- PyANGKernel.GKPublicLineTimeTableScheduleStopTime.pedestriansToGenerate¶
- PyANGKernel.GKPublicLineTimeTableScheduleStopTime.pedGenDeviation¶
- PyANGKernel.GKPublicLineTimeTableScheduleStopTime.pedestriansToGather¶
- PyANGKernel.GKPublicLineTimeTableScheduleStopTime.pedGatDeviation¶
- __init__()¶