pySimBlocks.gui.editor

pySimBlocks.gui.editor.main() None[source]

Entry point for the pySimBlocks GUI editor.

Reads an optional project directory from the command-line arguments, defaulting to the current working directory, then launches the application.

pySimBlocks.gui.editor.run_app(project_path: Path) None[source]

Create and start the Qt application with a MainWindow.

Parameters:

project_path – Resolved path to the project directory to open on startup.