From 441d434550f0a5333819d9959f1ffae52feb683e Mon Sep 17 00:00:00 2001 From: Ramsobhan Kokkiligadda <96760708+rs-bh-n@users.noreply.github.com> Date: Thu, 31 Aug 2023 00:17:11 +0530 Subject: [PATCH] pymechanical : updated standalone launch command (#65) --- cheat_sheets/pymechanical_cheat_sheet/pymechanical_script.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cheat_sheets/pymechanical_cheat_sheet/pymechanical_script.py b/cheat_sheets/pymechanical_cheat_sheet/pymechanical_script.py index b4b6d04..c55b6c7 100644 --- a/cheat_sheets/pymechanical_cheat_sheet/pymechanical_script.py +++ b/cheat_sheets/pymechanical_cheat_sheet/pymechanical_script.py @@ -3,7 +3,7 @@ mechanical = pymechanical.launch_mechanical() # BREAK BLOCK # Standalone Mechanical from a local or remote terminal -"C:/Program Files/ANSYS Inc/v232/aisol/bin/winx64/AnsysWBU.exe" -DSApplet -AppModeMech -nosplash -notabctrl -grpc 10000 +ansys-mechanical -r 232 --port 10000 -g # BREAK BLOCK import ansys.mechanical.core as pymechanical # #Note: The following code uses port 10000, but you can specify an alternative port if required.