From af81d0c876d22da3a2e36f29f339974dd2b22b46 Mon Sep 17 00:00:00 2001 From: Jakob Erdmann Date: Wed, 18 Sep 2024 17:44:31 +0200 Subject: [PATCH] #2 doc #15503 --- .../docs/Definition_of_Vehicles,_Vehicle_Types,_and_Routes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/web/docs/Definition_of_Vehicles,_Vehicle_Types,_and_Routes.md b/docs/web/docs/Definition_of_Vehicles,_Vehicle_Types,_and_Routes.md index f744797fc49..fc4ec1ed0e6 100644 --- a/docs/web/docs/Definition_of_Vehicles,_Vehicle_Types,_and_Routes.md +++ b/docs/web/docs/Definition_of_Vehicles,_Vehicle_Types,_and_Routes.md @@ -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) |