Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Tip

Logs: The logs displayed in the Logs pane are contextualized for the selected Script in the Script list. Only the most recent Log of each Script is saved.

Demonstration

...

Triggering a script from a Button widget

In a panel, the Button widget can be used to trigger a script. Once in operate mode, the script will run on button press whether the simulation is running or not.

While many scripts may be ran at once, only one instance of the same script can run at the same time.

Note

When multiple script run simultaneously, the order of execution is not guaranteed and may lead to conflict.

...

Limitations

Warning

Script Execution:

  • Only one instance of the same script may be in execution at a time.

  • Editing a script while the script is running is not supported.

...