SetupMaxwell#
- class ansys.aedt.core.modules.solve_setup.SetupMaxwell(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
Create a Maxwell Eddy Current Sweep.
SetupMaxwell.add_mesh_link
(design[, ...])Import mesh from a source design solution to the target design.
SetupMaxwell.analyze
([cores, tasks, gpus, ...])Solve the active design.
Add a new setup based on class settings in AEDT.
SetupMaxwell.create_report
([expressions, ...])Create a report in AEDT.
Delete actual Setup.
SetupMaxwell.disable
([name])Disable a setup.
SetupMaxwell.enable
([name])Enable a setup.
SetupMaxwell.enable_control_program
(...[, ...])Enable control program option is solution setup. Provide externally created executable files, or Python (*.py) scripts that are called after each time step, and allow you to control the source input, circuit elements, mechanical quantities, time step, and stopping criteria, based on the updated solutions.
SetupMaxwell.enable_expression_cache
(expressions)Enable an expression cache.
Solution profile.
Get a simulation result from a solved setup and cast it in a
SolutionData
object.Start or continue from a previously solved setup.
SetupMaxwell.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.