SetupSBR#

class pyaedt.modules.SolveSetup.SetupSBR(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

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

Add a mesh link to another design.

SetupSBR.add_subrange(rangetype, start[, ...])

Add a subrange to the sweep.

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

Solve the active design.

SetupSBR.create()

Add a new setup based on class settings in AEDT.

SetupSBR.delete()

Delete actual Setup.

SetupSBR.disable([setup_name])

Disable a setup.

SetupSBR.enable([setup_name])

Enable a setup.

SetupSBR.enable_expression_cache(expressions)

Enable an expression cache.

SetupSBR.update([update_dictionary])

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

Attributes

SetupSBR.available_properties

Available properties.

SetupSBR.default_intrinsics

Retrieve default intrinsic for actual setup.

SetupSBR.is_solved

Verify if solutions are available for given setup.

SetupSBR.name

Name.

SetupSBR.omodule

Analysis module.

SetupSBR.p_app

Parent.