pySimBlocks.gui.dialogs.settings.simulation

class pySimBlocks.gui.dialogs.settings.simulation.SimulationSettingsWidget(project_state: ProjectState, project_controller: ProjectController)[source]

Bases: QWidget

Edit simulation parameters and logged signals for the project.

project_state

Project state edited by the widget.

project_controller

Controller applying simulation changes.

apply()[source]

Apply the edited simulation parameters and logging selection.

refresh_from_project()[source]

Synchronize the widget from the current project state.

staticMetaObject = PySide6.QtCore.QMetaObject("SimulationSettingsWidget" inherits "QWidget": )