create_setup#

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

Create a setup.

Parameters:
setupnamestr, optional

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

setuptypestr

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

**kwargsdict, optional

Extra arguments to set up the circuit. Available keys depend on the setup chosen. For more information, see Circuit templates and arguments.

Returns:
pyaedt.modules.SolveSetup.SetupCircuit

Setup object.