add_mesh_link#
- SetupQ3D.add_mesh_link(design, solution=None, parameters=None, project='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
str
Name of the design.
- solution
str
,optional
Name of the solution in the format
"name : solution_name"
. IfNone
, the default value isname : LastAdaptive
.- parameters
dict
,optional
Dictionary of the parameters. If
None
, the default is appname.available_variations.nominal_w_values_dict.- project
str
,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
.
- design
- Returns:
- bool
True
when successful,False
when failed.
References
>>> oModule.EditSetup