Mechanical templates and arguments#
This section lists all setup templates with their default values and keys available in Mechanical.
You can edit a setup after it is created. Here is an example:
from ansys.aedt.core import Mechanical
app = Mechanical()
# Any property of this setup can be found on this page.
setup = app.create_setup(MaxModes=6)
{ 'Enabled': True,
'MeshLink': {'ImportMesh': False},
'Solver': 'Program Controlled',
'Stepping': 'Program Controlled'}
{ 'Enabled': True,
'Limit Search': True,
'Max Modes': 6,
'MeshLink': {'ImportMesh': False},
'Range Max': '100MHz',
'Range Min': '0Hz',
'Solver': 'Program Controlled'}
{ 'Enabled': True,
'MeshLink': {'ImportMesh': False},
'Solver': 'Program Controlled',
'Stepping': 'Program Controlled'}