SetupHFSS#

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

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

SetupHFSS.add_derivatives(derivative_list)

Add derivatives to the setup.

SetupHFSS.add_mesh_link(design_name[, ...])

Add a mesh link to another design.

SetupHFSS.add_sweep([sweepname, sweeptype])

Add a sweep to the project.

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

Solve the active design.

SetupHFSS.create()

Add a new setup based on class settings in AEDT.

SetupHFSS.create_frequency_sweep(unit, ...)

Create a sweep with the specified number of points.

SetupHFSS.create_linear_step_sweep([unit, ...])

Create a Sweep with a specified frequency step.

SetupHFSS.create_single_point_sweep([unit, ...])

Create a Sweep with a single frequency point.

SetupHFSS.delete()

Delete actual Setup.

SetupHFSS.disable([setup_name])

Disable a setup.

SetupHFSS.enable([setup_name])

Enable a setup.

SetupHFSS.enable_adaptive_setup_broadband(...)

Enable HFSS broadband setup.

SetupHFSS.enable_adaptive_setup_multifrequency(...)

Enable HFSS multi-frequency setup.

SetupHFSS.enable_adaptive_setup_single([...])

Enable HFSS single frequency setup.

SetupHFSS.enable_expression_cache(expressions)

Enable an expression cache.

SetupHFSS.get_derivative_variables()

Return Derivative Enabled variables.

SetupHFSS.get_sweep([sweepname])

Return frequency sweep object of a given sweep.

SetupHFSS.update([update_dictionary])

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

Attributes

SetupHFSS.available_properties

Available properties.

SetupHFSS.default_intrinsics

Retrieve default intrinsic for actual setup.

SetupHFSS.is_solved

Verify if solutions are available for given setup.

SetupHFSS.name

Name.

SetupHFSS.omodule

Analysis module.

SetupHFSS.p_app

Parent.