Setup#

class pyaedt.modules.SolveSetup.Setup(app, solution_type, name='MySetupAuto', is_new_setup=True)[source]#

Initializes, creates, and updates a 3D setup.

Parameters:
apppyaedt.application.Analysis.Analysis

Inherited app object.

solution_typeint, str

Type of the setup.

namestr, optional

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

is_new_setupbool, optional

Whether to create the setup from a template. The default is True. If False, access is to the existing setup.

Methods

Setup.add_mesh_link(design[, solution, ...])

Add a mesh link to another design.

Setup.analyze([num_cores, num_tasks, ...])

Solve the active design.

Setup.create()

Add a new setup based on class settings in AEDT.

Setup.create_report([expressions, domain, ...])

Create a report in AEDT.

Setup.delete()

Delete actual Setup.

Setup.disable([name])

Disable a setup.

Setup.enable([name])

Enable a setup.

Setup.enable_expression_cache(expressions[, ...])

Enable an expression cache.

Setup.get_solution_data([expressions, ...])

Get a simulation result from a solved setup and cast it in a SolutionData object.

Setup.start_continue_from_previous_setup(...)

Start or continue from a previously solved setup.

Setup.update([update_dictionary])

Update the setup based on either the class argument or a dictionary.

Attributes

Setup.available_properties

Available properties.

Setup.default_intrinsics

Retrieve default intrinsic for actual setup.

Setup.is_solved

Verify if solutions are available for given setup.

Setup.name

Name.

Setup.omodule

Analysis module.

Setup.p_app

Parent.