Aimsun Next Scripting
22
|
Public Member Functions | |
GKPublicLineTimeTableScheduleStopTime () | |
Public Attributes | |
float | mean |
float | deviation |
float | offset |
float | secondsByPed |
float | pedestriansToGenerate |
float | pedGenDeviation |
float | pedestriansToGather |
float | pedGatDeviation |
Stop time for a bus in a particular stop.
Time is calculated using a normal with mean and deviation parameters.
If the bus has to be at the stop at a exact time and offset can be set (0 is the departure time) to keep the bus 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 GKPublicLineTimeTable for more information in how to create these objects.
GKPublicLineTimeTableScheduleStopTime::GKPublicLineTimeTableScheduleStopTime | ( | ) |
float GKPublicLineTimeTableScheduleStopTime::deviation |
Mean stop time in seconds.
float GKPublicLineTimeTableScheduleStopTime::mean |
float GKPublicLineTimeTableScheduleStopTime::offset |
Stop time deviation in seconds.
float GKPublicLineTimeTableScheduleStopTime::pedestriansToGather |
Deviation for the number of pedestrians that will alight from the transit vehicle.
float GKPublicLineTimeTableScheduleStopTime::pedestriansToGenerate |
Seconds that it takes for a pedestrian to get in or out a Transit Veh. 0 means that the HCM dwell timetable is applied.
float GKPublicLineTimeTableScheduleStopTime::pedGatDeviation |
Mean number of pedestrians that will board the transit vehicle.
float GKPublicLineTimeTableScheduleStopTime::pedGenDeviation |
Mean number of pedestrians that will alight from the transit vehicle.
float GKPublicLineTimeTableScheduleStopTime::secondsByPed |
Stop time offset in seconds.