Setup3DLayout#
- class pyaedt.modules.SolveSetup.Setup3DLayout(app, solutiontype, setupname='MySetupAuto', isnewsetup=True)[source]#
Initializes, creates, and updates a 3D Layout setup.
- Parameters:
- app
pyaedt.application.Analysis3DLayout.FieldAnalysis3DLayout
Inherited app object.
- solutiontype
int
orstr
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
Setup3DLayout.add_sweep
([sweepname, sweeptype])Add a frequency sweep.
Setup3DLayout.analyze
([num_cores, ...])Solve the active design.
Add a new setup based on class settings in AEDT.
Disable a setup.
Enable a setup.
Setup3DLayout.export_to_hfss
(file_fullname)Export the HFSS 3D Layout design to HFSS 3D design.
Setup3DLayout.export_to_json
(file_path[, ...])Export all setup properties into a json file.
Setup3DLayout.export_to_q3d
(file_fullname[, ...])Export the HFSS 3DLayout design to Q3D design.
Setup3DLayout.get_sweep
([sweepname])Return frequency sweep object of a given sweep.
Setup3DLayout.import_from_json
(file_path)Import setup properties from a json file.
Setup3DLayout.update
([update_dictionary])Update the setup based on the class arguments or a dictionary.
Attributes
Available properties.
Retrieve default intrinsic for actual setup.
Verify if solutions are available for a given setup.
Name.
Analysis module.
Parent.
Setup type.