SetupMaxwell#

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

Initializes, creates, and updates an HFSS 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

SetupMaxwell.add_eddy_current_sweep([...])

Create a Maxwell Eddy Current Sweep.

SetupMaxwell.add_mesh_link(design[, ...])

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

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

Solve the active design.

SetupMaxwell.create()

Add a new setup based on class settings in AEDT.

SetupMaxwell.create_report([expressions, ...])

Create a report in AEDT.

SetupMaxwell.delete()

Delete actual Setup.

SetupMaxwell.disable([name])

Disable a setup.

SetupMaxwell.enable([name])

Enable a setup.

SetupMaxwell.enable_control_program(...[, ...])

Enable control program option is solution setup.

SetupMaxwell.enable_expression_cache(expressions)

Enable an expression cache.

SetupMaxwell.get_profile()

Solution profile.

SetupMaxwell.get_solution_data([...])

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

SetupMaxwell.jsonalize_tree()

Create dictionary from the Binary Tree.

SetupMaxwell.start_continue_from_previous_setup(...)

Start or continue from a previously solved setup.

SetupMaxwell.suppress_all(app)

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

SetupMaxwell.unsuppress_all(app)

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

SetupMaxwell.update([properties])

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

SetupMaxwell.update_property(prop_name, ...)

Update the property of the binary tree node.

Attributes

SetupMaxwell.available_properties

Available properties.

SetupMaxwell.children

SetupMaxwell.command

Command of the modeler hystory if available.

SetupMaxwell.default_intrinsics

Retrieve default intrinsic for actual setup.

SetupMaxwell.is_solved

Verify if solutions are available for given setup.

SetupMaxwell.name

Name.

SetupMaxwell.omodule

Analysis module.

SetupMaxwell.p_app

Parent.

SetupMaxwell.properties

Properties data.

SetupMaxwell.props

SetupMaxwell.sweeps