SetupHFSSAuto#
- class pyaedt.modules.SolveSetup.SetupHFSSAuto(app, solutiontype, setupname='MySetupAuto', isnewsetup=True)[source]#
Initializes, creates, and updates an HFSS SBR+ or HFSS Auto setup.
- Parameters:
- app
pyaedt.application.Analysis3D.FieldAnalysis3D
Inherited app object.
- solutiontype
int
,str
Type of the setup.
- setupname
str
,optional
Name of the setup. The default is
"MySetupAuto"
.- isnewsetupbool,
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_name[, ...])Add a mesh link to another design.
SetupHFSSAuto.add_subrange
(rangetype, start)Add a subrange to the sweep.
SetupHFSSAuto.analyze
([num_cores, ...])Solve the active design.
Add a new setup based on class settings in AEDT.
Delete actual Setup.
SetupHFSSAuto.disable
([setup_name])Disable a setup.
SetupHFSSAuto.enable
([setup_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.
SetupHFSSAuto.update
([update_dictionary])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.