You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the Motor-CAD instance is closed after calculation automatically, even if i add "mcApp = pymotorcad.MotorCAD(keep_instance_open=True)" test_script_default_keep_open.zip
I attached sample mot and py.
I executed py by visual studio Code.
📝 Steps to reproduce
I tried and Motor-CAD script just do static thermal analysis to check the result after automatic calculation by python script.
I set pymotorcad as below.
mcApp = pymotorcad.MotorCAD(keep_instance_open=True)
but the Motor-CAD instance is closed after calculation.
🔍 Before submitting the issue
🐞 Description of the bug
the Motor-CAD instance is closed after calculation automatically, even if i add "mcApp = pymotorcad.MotorCAD(keep_instance_open=True)"
test_script_default_keep_open.zip
I attached sample mot and py.
I executed py by visual studio Code.
📝 Steps to reproduce
I tried and Motor-CAD script just do static thermal analysis to check the result after automatic calculation by python script.
I set pymotorcad as below.
mcApp = pymotorcad.MotorCAD(keep_instance_open=True)
but the Motor-CAD instance is closed after calculation.
💻 Which operating system are you using?
Windows
📀 Which ANSYS version are you using?
Motor-CAD 24R1
🐍 Which Python version are you using?
3.10
📦 Installed packages
The text was updated successfully, but these errors were encountered: