Skip to main content
Ctrl+K
PyAEDT - Home

Site Navigation

  • Getting started
  • User guide
  • AEDT API
  • EDB API
  • Examples
  • GitHub
  • Support

Site Navigation

  • Getting started
  • User guide
  • AEDT API
  • EDB API
  • Examples
  • GitHub
  • Support

Section Navigation

  • Application and solvers
  • Material and stackup
  • 3D modeler
  • 2D modeler
  • Primitives
  • Modeler in HFSS 3D Layout
  • Modeler and components Circuit
  • Boundary objects
  • Mesh operations
  • Setup
    • SetupHFSS
    • SetupHFSSAuto
    • SetupSBR
    • SetupQ3D
      • add_mesh_link
      • add_sweep
      • analyze
      • create
      • create_frequency_sweep
      • create_linear_step_sweep
      • create_report
      • create_single_point_sweep
      • delete
      • disable
      • enable
      • enable_expression_cache
      • get_solution_data
      • get_sweep
      • update
      • ac_rl_enabled
      • available_properties
      • capacitance_enabled
      • dc_enabled
      • dc_resistance_only
      • default_intrinsics
      • is_solved
      • name
      • omodule
      • p_app
    • SetupMaxwell
    • Setup
    • Setup3DLayout
    • SetupCircuit
  • Postprocessing
  • Logger
  • Optimetrics
  • Variable
  • Constants
  • Configuration files
  • Setup templates
  • Cable modeling
  • PyAnsys
  • AEDT API
  • Setup
  • SetupQ3D
  • add_mesh_link

add_mesh_link#

SetupQ3D.add_mesh_link(design_name, solution_name=None, parameters_dict=None, project_name='This Project*', force_source_to_solve=True, preserve_partner_solution=True, apply_mesh_operations=True, adapt_port=True)[source]#

Add a mesh link to another design.

Parameters:
design_namestr

Name of the design.

solution_namestr, optional

Name of the solution in the format "setupname : solutionname". If None the default value is setupname : LastAdaptive.

parameters_dictdict, optional

Dictionary of the parameters. If None the default value is appname.available_variations.nominal_w_values_dict.

project_namestr, optional

Name of the project with the design. The default is "This Project*". However, you can supply the full path and name to another project.

force_source_to_solvebool, optional

Default value is True.

preserve_partner_solutionbool, optional

Default value is True.

apply_mesh_operationsbool, optional

Apply mesh operations in target design on the imported mesh. Default value is True.

adapt_portbool, optional

Perform port adapt/seeding in target solve setup. Default value is True.

Returns:
bool

True when successful, False when failed.

References

>>> oModule.EditSetup
On this page
  • add_mesh_link()
Edit on GitHub
Show Source

© Copyright (c) 2023 ANSYS, Inc. All rights reserved.

Created using Sphinx 7.2.6.

Built with the Ansys Sphinx Theme 0.12.2.
Last updated on