File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -619,7 +619,7 @@ def get_start_instance(start_instance_default=True):
619
619
620
620
621
621
def _get_available_base_ansys ():
622
- """Return a dictionary of available ANSYS versions with their base paths.
622
+ """Return a dictionary of available Ansys versions with their base paths.
623
623
624
624
Notes
625
625
-----
@@ -630,14 +630,14 @@ def _get_available_base_ansys():
630
630
631
631
Returns
632
632
-------
633
- Return all installed ANSYS paths in Windows
633
+ Return all installed Ansys paths in Windows.
634
634
635
635
>>> _get_available_base_ansys()
636
636
{222: 'C:\\ Program Files\\ ANSYS Inc\\ v222',
637
637
212: 'C:\\ Program Files\\ ANSYS Inc\\ v212',
638
638
-222: 'C:\\ Program Files\\ ANSYS Inc\\ ANSYS Student\\ v222'}
639
639
640
- Within Linux
640
+ Return all installed Ansys paths in Linux.
641
641
642
642
>>> _get_available_base_ansys()
643
643
{194: '/usr/ansys_inc/v194',
You can’t perform that action at this time.
0 commit comments