SetupQ3D#
- class ansys.aedt.core.modules.solve_setup.SetupQ3D(app, solution_type, name='MySetupAuto', is_new_setup=True)[source]#
Initializes, creates, and updates an Q3D setup.
- Parameters:
- app
ansys.aedt.core.application.analysis_3d.FieldAnalysis3D
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
SetupQ3D.add_mesh_link
(design[, solution, ...])Import mesh from a source design solution to the target design.
SetupQ3D.add_sweep
([name, sweep_type])Add a sweep to the project.
SetupQ3D.analyze
([cores, tasks, gpus, ...])Solve the active design.
Add a new setup based on class settings in AEDT.
SetupQ3D.create_frequency_sweep
([unit, ...])Create a sweep with the specified number of points.
SetupQ3D.create_linear_step_sweep
([unit, ...])Create a sweep with a specified frequency step.
SetupQ3D.create_report
([expressions, ...])Create a report in AEDT.
SetupQ3D.create_single_point_sweep
([unit, ...])Create a sweep with a single frequency point.
Delete actual Setup.
SetupQ3D.disable
([name])Disable a setup.
SetupQ3D.enable
([name])Enable a setup.
SetupQ3D.enable_expression_cache
(expressions)Enable an expression cache.
Solution profile.
SetupQ3D.get_solution_data
([expressions, ...])Get a simulation result from a solved setup and cast it in a
SolutionData
object.SetupQ3D.get_sweep
([name])Get the frequency sweep object of a given sweep.
Start or continue from a previously solved setup.
SetupQ3D.update
([properties])Update the setup based on either the class argument or a dictionary.
Attributes
Get/Set the AC RL solution in active Q3D setup.
Available properties.
Get/Set the Capacitance solution in active Q3D setup.
Get/Set the DC solution in active Q3D setup.
Get/Set the DC Resistance Only or Resistance/Inductance calculatio in active Q3D setup.
Retrieve default intrinsic for actual setup.
Verify if solutions are available for given setup.
Name.
Analysis module.
Parent.