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.
Create dictionary from the Binary Tree.
Activate suppress option for all the operations contained in the binary tree node.
Disable suppress option for all the operations contained in the binary tree node.
Setup3DLayout.update
([properties])Update the setup based on the class arguments or a dictionary.
Setup3DLayout.update_property
(prop_name, ...)Update the property of the binary tree node.
Enable Matrix Convergence criteria.
Attributes
Available properties.
Command of the modeler hystory if available.
Retrieve default intrinsic for actual setup.
Verify if solutions are available for a given setup.
Name.
Analysis module.
Parent.
Properties data.
Setup type.