SetupHFSSAuto#

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

Initializes, creates, and updates an HFSS SBR+ or HFSS Auto 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

SetupHFSSAuto.add_derivatives(derivative_list)

Add derivatives to the setup.

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

Add a mesh link to another design.

SetupHFSSAuto.add_subrange(range_type, start)

Add a subrange to the sweep.

SetupHFSSAuto.analyze([num_cores, ...])

Solve the active design.

SetupHFSSAuto.create()

Add a new setup based on class settings in AEDT.

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

Create a report in AEDT.

SetupHFSSAuto.delete()

Delete actual Setup.

SetupHFSSAuto.disable([name])

Disable a setup.

SetupHFSSAuto.enable([name])

Enable a setup.

SetupHFSSAuto.enable_adaptive_setup_broadband(...)

Enable HFSS broadband setup.

SetupHFSSAuto.enable_adaptive_setup_multifrequency(...)

Enable HFSS multi-frequency setup.

SetupHFSSAuto.enable_adaptive_setup_single([...])

Enable HFSS single frequency setup.

SetupHFSSAuto.enable_expression_cache(...[, ...])

Enable an expression cache.

SetupHFSSAuto.get_derivative_variables()

Return Derivative Enabled variables.

SetupHFSSAuto.get_solution_data([...])

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

SetupHFSSAuto.start_continue_from_previous_setup(...)

Start or continue from a previously solved setup.

SetupHFSSAuto.update([update_dictionary])

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

Attributes

SetupHFSSAuto.available_properties

Available properties.

SetupHFSSAuto.default_intrinsics

Retrieve default intrinsic for actual setup.

SetupHFSSAuto.is_solved

Verify if solutions are available for given setup.

SetupHFSSAuto.name

Name.

SetupHFSSAuto.omodule

Analysis module.

SetupHFSSAuto.p_app

Parent.