USER'S MANUAL
Basics
The digital twin is a set of python modules to perform several types of analyses of road vehicles.
The digital twin can be started with a Graphical User Interface (GUI) or run in command line. It is recommended to use the command line implementation, as it is the currently baseline for development and debugging.
Command Line
To start a simulation, you need a valid input file. Please, read the input file documentation for further instructions.
Once the input file named input_file.yaml has been created, the analysis is started with following command:
digital_twin.bat -f input_file.yaml
Note that the setup.py script must has been run at least once in your environment to have the digital_twin.bat in your path.
GUI
The GUI implementation is pretty basic. It makes it possible to enter all information to run an analysis, but does not provide much explanation.
To start the GUI, run the following command:
digital_twin.bat -i