我正在使用 Veins 模拟器,用于创建带有路径的汽车,我使用以下命令:
python c:/DLR/Sumo/tools/randomTrips.py -n test.net.xml -e 1200 -l
python c:/DLR/Sumo/tools/randomTrips.py -n test.net.xml -r test.rou.xml -e 1200 -l
该命令为 1200 秒的模拟生成 1200 辆汽车,但我想为 100 秒的模拟生成 1200 辆汽车。我怎样才能做到这一点?