create#

SetupMaxwell.create() bool#

Add a new setup based on class settings in AEDT.

Returns:
bool

Result of operation.

References

>>> oModule.InsertSetup

Examples

>>> from ansys.aedt.core import Hfss
>>> app = Hfss()
>>> setup = app.create_setup()