Skip to content

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

  1. Load a model file
  2. Configure input signals
  3. Optionally create a scenario
  4. Start the run
  5. Validate signals and assertions
  6. 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