@namdre
For clarification regarding repeating PT.
I am wanting to have the same type vehicle repeat its route.
I tried repeating edges and stops in router and flow.
I think I misunderstood your comments regarding this question:
https://github.com/eclipse/sumo/issues/6550```
<flow id="f1" color="1,1,0" begin="0" end= "3600" period="30" type="12passenger">
<route edges="north gneE0 city gneE1 north gneE0 city gneE1 north gneE0 city gneE1 north gneE0 city gneE1"/>
<stop busStop="busStop_north_0_1" duration="10"/>
<stop busStop="busStop_city_0_0" duration="10"/>
<stop busStop="busStop_north_0_1" duration="10"/>
<stop busStop="busStop_city_0_0" duration="10"/>
<stop busStop="busStop_north_0_1" duration="10"/>
<stop busStop="busStop_city_0_0" duration="10"/>
<stop busStop="busStop_north_0_1" duration="10"/>
<stop busStop="busStop_city_0_0" duration="10"/>
</flow>
```
```
<route id="r_north_to_city" edges="north gneE0 city gneE1 north gneE0 city gneE1 north gneE0 city gneE1 north gneE0 city gneE1">
<stop busStop="busStop_north_0_1" duration="10"/>
<stop busStop="busStop_city_0_0" duration="10"/>
<stop busStop="busStop_north_0_1" duration="10"/>
<stop busStop="busStop_city_0_0" duration="10"/>
<stop busStop="busStop_north_0_1" duration="10"/>
<stop busStop="busStop_city_0_0" duration="10"/>
</route>
```