如何访问 Artery 框架中的静脉参数 "firstStepAt"?

How to get access to the Veins Parameter "firstStepAt" in the Artery Framework?

我想访问 Artery 框架中的 Veins 参数 "firstStepAt" 以跳过我的 SUMO 模拟的构建时间。但是我在 Artery 框架中找不到可以设置 Veins 配置参数的部分,或者更一般的 "How can I change the Veins .ned Parameters in Artery?" 如果有人能给我一个关于这个问题的提示,那将非常有帮助。

看起来 Artery 也有这个功能:它被称为 startTime 并且位于 Core.cc

scheduleAt(par("startTime"), m_connectEvent);

m_connectEvent用于连接TraCI:

m_traci->connect(m_launcher->launch());

startTime的值默认为0.0s