Setup#

class ansys.aedt.core.modules.solve_setup.Setup(app, solution_type, name='MySetupAuto', is_new_setup=True)#

Initializes, creates, and updates a 3D setup.

Parameters:
appansys.aedt.core.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, ...])

Import mesh from a source design solution to the target design.

Setup.analyze([cores, tasks, gpus, ...])

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_profile()

Solution profile.

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

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

Setup.jsonalize_tree()

Create dictionary from the Binary Tree.

Setup.start_continue_from_previous_setup(...)

Start or continue from a previously solved setup.

Setup.suppress_all(app)

Activate suppress option for all the operations contained in the binary tree node.

Setup.unsuppress_all(app)

Disable suppress option for all the operations contained in the binary tree node.

Setup.update([properties])

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

Setup.update_property(prop_name, prop_value)

Update the property of the binary tree node.

Attributes

Setup.available_properties

Available properties.

Setup.children

Setup.command

Command of the modeler hystory if available.

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.

Setup.properties

Properties data.

Setup.props

Setup.sweeps