Skip to content

Commit

Permalink
#2 doc #14358
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Feb 26, 2024
1 parent dddb29a commit 5e42d66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/web/docs/Simulation/Railways.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ To split a train, the following input definition can be used. The rear half of t
</trip>
```
When defined this way, The rear part of the train will be created as a new simulation vehicle once the first part has reached the stop. After stopping, The front half of the train will continue with reduced length.
If the vehicle that is split if (with `depart="split"`) uses attribute `departPos="splitFront"` it will instead be inserted at front and the part that keeps it's id will be positioned in the rear.

## Joining two trains
To join two trains, they have to stop at in close proximity (i.e. at the same `<busStop>` or `<trainStop>`) and then one of them is removed (referred to as the **joining train**) and the other made longer (referred to as the **continuing train**.
Expand Down

0 comments on commit 5e42d66

Please sign in to comment.