ansys / pyensight

Python API for EnSight
http://ensight.docs.pyansys.com
MIT License
6 stars 2 forks source link

Add a python path field to the Omni UI #463

Closed david-bremer closed 2 weeks ago

david-bremer commented 3 weeks ago

Added an 'interpreter' property to the core class.
Added an interpreter validation test.
Added a text field to display and edit the path to python.

david-bremer commented 3 weeks ago

I looked into also validating the connection to EnSight on the given port, but did not see a quick and easy way to do so.

There might be an existing 'ping' I can do within pyensight, but I still have to get the return value back to the kit extension.