create_setup#

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

Create a setup.

Parameters:
namestr, optional

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

setup_typestr

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.