SetupQ3D#
- class pyaedt.modules.SolveSetup.SetupQ3D(app, solutiontype, setupname='MySetupAuto', isnewsetup=True)[source]#
Initializes, creates, and updates an Q3D 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
SetupQ3D.add_mesh_link
(design_name[, ...])Add a mesh link to another design.
SetupQ3D.add_sweep
([sweepname, sweeptype])Add a sweep to the project.
SetupQ3D.analyze
([num_cores, num_tasks, ...])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
([setup_name])Disable a setup.
SetupQ3D.enable
([setup_name])Enable a setup.
SetupQ3D.enable_expression_cache
(expressions)Enable an expression cache.
SetupQ3D.get_solution_data
([expressions, ...])Get a simulation result from a solved setup and cast it in a
SolutionData
object.SetupQ3D.get_sweep
([sweepname])Return frequency sweep object of a given sweep.
Start or continue from a previously solved setup.
SetupQ3D.update
([update_dictionary])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.