Skip to content

faq 90472470

Billy Charlton edited this page Sep 5, 2018 · 2 revisions

how do I determine or know which simulator is in use - qsim or JDEQsim ?

by Gerald Richter on 2016-10-25 16:25:37


when just specifying the qsim section, the config parser seems to add a JDEQsim default section

in principle I just want to model several network routed modes: car, bike, walk
to generate actual trajectories
for plans generated by my own population synthesizer

as I understood, for routed multimodal simulations there is only the possibility to use qsim for that, maybe with PassingQ or SeepageQ

so how can I be sure to just use qsim (given the seeming behavior above, which I conclude from "Complete config dump done.")


thanks for hints


Comments: 1


Re: how do I determine or know which simulator is in use - qsim or JDEQsim ?

by Marcel Rieser on 2016-10-25 18:07:55

I can't really comment on the error message, but regarding the question whether qsim or jdeqsim is used: Have a look at the parameter "mobsim" in the "controler" module of the configuration. This should specify which mobility simulation is used. If this says "qsim", you can safely ignore the jdeqsim settings.

Clone this wiki locally