create_setup#

Hfss3dLayout.create_setup(setupname='MySetupAuto', setuptype=None, **kwargs)[source]#

Create a setup.

Parameters:
setupnamestr, optional

Name of the new setup. The default is "MySetupAuto".

setuptypestr, optional

Type of the setup. The default is None, in which case the default type is applied.

**kwargsdict, optional

Extra arguments for setup settings. Available keys depend on the setup chosen. For more information, see HFSS 3D Layout and arguments.

Returns:
pyaedt.modules.SolveSetup.Setup3DLayout

References

>>> oModule.Add

Examples

>>> from pyaedt import Hfss3dLayout
>>> app = Hfss3dLayout()
>>> app.create_setup(setupname="Setup1", MeshSizeFactor=2,SingleFrequencyDataList__AdaptiveFrequency="5GHZ")