create_setup#
- Hfss3dLayout.create_setup(name='MySetupAuto', setup_type=None, **kwargs)[source]#
Create a setup.
- Parameters:
- name
str
,optional
Name of the new setup. The default is
"MySetupAuto"
.- setup_type
str
,optional
Type of the setup. The default is
None
, in which case the default type is applied.- **kwargs
dict
,optional
Extra arguments for setup settings. Available keys depend on the setup chosen. For more information, see HFSS 3D Layout and arguments.
- name
- Returns:
References
>>> oModule.Add
Examples
>>> from ansys.aedt.core import Hfss3dLayout >>> app = Hfss3dLayout() >>> app.create_setup(name="Setup1",MeshSizeFactor=2,SingleFrequencyDataList__AdaptiveFrequency="5GHZ")