SetupHFSS#
- class ansys.aedt.core.modules.solve_setup.SetupHFSS(app, solution_type, name='MySetupAuto', is_new_setup=True)[source]#
Initializes, creates, and updates an HFSS 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
SetupHFSS.add_derivatives
(derivative_list)Add derivatives to the setup.
SetupHFSS.add_mesh_link
(design[, solution, ...])Import mesh from a source design solution to the target design.
SetupHFSS.add_sweep
([name, sweep_type])Add a sweep to the project.
SetupHFSS.analyze
([cores, tasks, gpus, ...])Solve the active design.
Add a new setup based on class settings in AEDT.
SetupHFSS.create_frequency_sweep
([unit, ...])Create a sweep with the specified number of points.
SetupHFSS.create_linear_step_sweep
([unit, ...])Create a Sweep with a specified frequency step.
SetupHFSS.create_report
([expressions, ...])Create a report in AEDT.
SetupHFSS.create_single_point_sweep
([unit, ...])Create a Sweep with a single frequency point.
Delete actual Setup.
SetupHFSS.delete_sweep
(name)Delete a sweep.
SetupHFSS.disable
([name])Disable a setup.
SetupHFSS.enable
([name])Enable a setup.
Enable HFSS broadband setup.
Enable HFSS multi-frequency setup.
Enable HFSS single frequency setup.
SetupHFSS.enable_expression_cache
(expressions)Enable an expression cache.
Return Derivative Enabled variables.
Solution profile.
SetupHFSS.get_solution_data
([expressions, ...])Get a simulation result from a solved setup and cast it in a
SolutionData
object.SetupHFSS.get_sweep
([name])Return frequency sweep object of a given sweep.
Get the names of all sweeps in a given analysis setup.
SetupHFSS.set_tuning_offset
(offsets)Set derivative variable to a specific offset value.
Start or continue from a previously solved setup.
SetupHFSS.update
([properties])Update the setup based on either the class argument or a dictionary.
Enable Matrix Convergence criteria.
Attributes
Available properties.
Retrieve default intrinsic for actual setup.
Verify if solutions are available for given setup.
Name.
Analysis module.
Parent.