Skip to content

Commit

Permalink
#2 doc #15503
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre authored Sep 18, 2024
1 parent 1907299 commit af81d0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1182,7 +1182,7 @@ Stops can be childs of vehicles, routes, persons or containers.
| ended | float(s) or HH:MM:SS | ≥0 | \- | the time step at which the stop ended (i.e. as recorded by a prior simulation). Can be used to overrule 'until' by setting option **--use-stop-ended** (i.e. when trying to reproduce known timings) |
| started | float(s) or HH:MM:SS | ≥0 | \- | the known time of arrival for the stop (i.e. as recorded by a prior simulation). Can be used to overrule 'arrival' by setting option **--use-stop-started** (i.e. when trying to reproduce known timings) |
| extension | float(s) or HH:MM:SS | ≥0 | \- | the maximum time by which to extend the stop duration due to boarding persons and when waiting for expected persons / triggered stopping
| index | int, "end", "fit" | 0≤index≤number of stops in the route | "end" | where to insert the stop in the vehicle's list of stops |
| index | int, "end", "fit" | 0≤index≤number of stops in the route | "end" | where to insert the stop in the vehicle's list of stops. If an index is given that is larger than the previous number of stops and the route loops over the stop edge multiple times, each increment of the index skips over one occurence of the stop edge |
| triggered | string list | "person", "container", "join", "true", "false" | "false" | List of necessary conditions for ending a stop ([see below](#triggered_stops)) |
| expected | string | list of person IDs | | list of persons that must board the vehicle before it may continue (only takes effect for triggered stops) |
| expectedContainers | string | list of container IDs | | list of containers that must be loaded onto the vehicle before it may continue (only takes effect for triggered stops) |
Expand Down

0 comments on commit af81d0c

Please sign in to comment.