SetupSBR#

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

SetupSBR.add_mesh_link(design[, solution, ...])

Add a mesh link to another design.

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

Add a subrange to the sweep.

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

Solve the active design.

SetupSBR.create()

Add a new setup based on class settings in AEDT.

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

Create a report in AEDT.

SetupSBR.delete()

Delete actual Setup.

SetupSBR.disable([name])

Disable a setup.

SetupSBR.enable([name])

Enable a setup.

SetupSBR.enable_expression_cache(expressions)

Enable an expression cache.

SetupSBR.get_solution_data([expressions, ...])

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

SetupSBR.start_continue_from_previous_setup(...)

Start or continue from a previously solved setup.

SetupSBR.update([properties])

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.