Quick Start¶
This page is for users with approved access.
Prerequisites¶
- Python 3.10 or newer
- Installed project dependencies
- Access to a valid model in JSON IR format
- Permission to use the runtime environment in your team
Start¶
In the LocalRunner/python folder:
python sim_worker.py
First Test Run¶
- Load a model file
- Configure input signals
- Optionally create a scenario
- Start the run
- Validate signals and assertions
- Save the result as a report
Optional Report¶
- With an active scenario, you can generate a report using the built-in report function.
- Reports are stored in the configured output paths in the project.
Troubleshooting¶
- GUI does not start: check Python version and Qt dependencies
- No signals visible: verify model structure and signal mapping
- Assertions fail unexpectedly: verify time base and signal names