SetupHFSSAuto#
- class ansys.aedt.core.modules.solve_setup.SetupHFSSAuto(app, solution_type, name='MySetupAuto', is_new_setup=True)[source]#
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
SetupHFSSAuto.add_derivatives
(derivative_list)Add derivatives to the setup.
SetupHFSSAuto.add_mesh_link
(design[, ...])Import mesh from a source design solution to the target design.
SetupHFSSAuto.add_subrange
(range_type, start)Add a subrange to the sweep.
SetupHFSSAuto.analyze
([cores, tasks, gpus, ...])Solve the active design.
Add a new setup based on class settings in AEDT.
SetupHFSSAuto.create_report
([expressions, ...])Create a report in AEDT.
Delete actual Setup.
SetupHFSSAuto.disable
([name])Disable a setup.
SetupHFSSAuto.enable
([name])Enable a setup.
Enable HFSS broadband setup.
Enable HFSS multi-frequency setup.
Enable HFSS single frequency setup.
SetupHFSSAuto.enable_expression_cache
(...[, ...])Enable an expression cache.
Return Derivative Enabled variables.
Solution profile.
Get a simulation result from a solved setup and cast it in a
SolutionData
object.SetupHFSSAuto.set_tuning_offset
(offsets)Set derivative variable to a specific offset value.
Start or continue from a previously solved setup.
SetupHFSSAuto.update
([properties])Update the setup based on either the class argument or a dictionary.
Attributes
Available properties.
Retrieve default intrinsic for actual setup.
Verify if solutions are available for given setup.
Name.
Analysis module.
Parent.