create#

SetupHFSSAuto.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.modules.solve_setup import Setup
>>> obj = Setup()
>>> obj.create()