SetupSBR#
- class ansys.aedt.core.modules.solve_setup.SetupSBR(app, solution_type, name='MySetupAuto', is_new_setup=True)#
Initializes, creates, and updates an HFSS SBR+ or HFSS Auto setup.
- Parameters:
- app
ansys.aedt.core.application.analysis.Analysis
Inherited app object.
- solution_type
int
,str
Type of the setup.
- name
str
,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
. IfFalse
, access is to the existing setup.
- app
Methods
SetupSBR.add_mesh_link
(design[, solution, ...])Import mesh from a source design solution to the target design.
SetupSBR.add_subrange
(range_type, start[, ...])Add a subrange to the sweep.
SetupSBR.analyze
([cores, tasks, gpus, ...])Solve the active design.
Add a new setup based on class settings in AEDT.
SetupSBR.create_report
([expressions, ...])Create a report in AEDT.
Delete actual Setup.
SetupSBR.disable
([name])Disable a setup.
SetupSBR.enable
([name])Enable a setup.
SetupSBR.enable_expression_cache
(expressions)Enable an expression cache.
Solution profile.
SetupSBR.get_solution_data
([expressions, ...])Get a simulation result from a solved setup and cast it in a
SolutionData
object.Create dictionary from the Binary Tree.
Start or continue from a previously solved setup.
Activate suppress option for all the operations contained in the binary tree node.
Disable suppress option for all the operations contained in the binary tree node.
SetupSBR.update
([properties])Update the setup based on either the class argument or a dictionary.
SetupSBR.update_property
(prop_name, prop_value)Update the property of the binary tree node.
Attributes
Available properties.
Command of the modeler hystory if available.
Retrieve default intrinsic for actual setup.
Verify if solutions are available for given setup.
Name.
Analysis module.
Parent.
Properties data.