Python Console - Simply execute Python during runtime

Quickly execute Python code in your simulation with the Python Console!

Features:

  • Allows dynamic execution of Python during runtime (perfect for debugging long running simulations)
  • Implements the variables app = getApplication() and sim = getSimulation()
  • Execute script by pressing Ctrl + Enter or clicking the “Execute” button
  • Console script is saved in simulation layout

The Python Console is available for free in the Addon Store.

4 Likes

The Python Console is not compatible anymore with Visual Components 4.9 and future releases.
I will discontinue it for now because a crucial interface is not part of the .NET API anymore.

The Python Console got a workaround and works again with VC 4.9+.
The only downside is, the text window remains white disregarding the chosen Python editor theme.

The new version 2.1 is available in Addon Store from VC 4.9 on.

1 Like