Setup3DLayout#
- class ansys.aedt.core.modules.solve_setup.Setup3DLayout(app, solution_type, name='MySetupAuto', is_new_setup=True)#
Initializes, creates, and updates a 3D Layout setup.
- Parameters:
- app
ansys.aedt.core.application.analysis_3d_layout.FieldAnalysis3DLayout
Inherited app object.
- solution_type
int
orstr
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
Setup3DLayout.add_sweep
([name, sweep_type])Add a frequency sweep.
Setup3DLayout.analyze
([cores, tasks, gpus, ...])Solve the active design.
Add a new setup based on class settings in AEDT.
Setup3DLayout.create_report
([expressions, ...])Create a report in AEDT.
Disable a setup.
Enable a setup.
Setup3DLayout.export_to_hfss
(output_file[, ...])Export the HFSS 3D Layout design to an HFSS 3D design.
Setup3DLayout.export_to_json
(file_path[, ...])Export all setup properties into a json file.
Setup3DLayout.export_to_q3d
(output_file[, ...])Export the HFSS 3D Layout design to a Q3D design.
Solution profile.
Get a simulation result from a solved setup and cast it in a
SolutionData
object.Setup3DLayout.get_sweep
([name])Return frequency sweep object of a given sweep.
Setup3DLayout.import_from_json
(file_path)Import setup properties from a json file.
Setup3DLayout.update
([properties])Update the setup based on the class arguments or a dictionary.
Enable Matrix Convergence criteria.
Attributes
Available properties.
Retrieve default intrinsic for actual setup.
Verify if solutions are available for a given setup.
Name.
Analysis module.
Parent.
Setup type.