SetupHFSSAuto#

class pyaedt.modules.SolveSetup.SetupHFSSAuto(app, solutiontype, setupname='MySetupAuto', isnewsetup=True)[source]#

Initializes, creates, and updates an HFSS SBR+ or HFSS Auto setup.

Parameters:
apppyaedt.application.Analysis3D.FieldAnalysis3D

Inherited app object.

solutiontypeint, str

Type of the setup.

setupnamestr, optional

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

isnewsetupbool, 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_name[, ...])

Add a mesh link to another design.

SetupHFSSAuto.add_subrange(rangetype, 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([setup_name])

Disable a setup.

SetupHFSSAuto.enable([setup_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.