add_length_mesh_operation#
- HfssSimulationSetup.add_length_mesh_operation(net_layer_list, name=None, max_elements=1000, max_length='1mm', restrict_elements=True, restrict_length=True, refine_inside=False, mesh_region=None)[source]#
Add a mesh operation to the setup.
- Parameters:
- net_layer_list
dict
Dictionary containing nets and layers on which enable Mesh operation. Example
{"A0_N": ["TOP", "PWR"]}
.- name
str
,optional
Mesh operation name.
- max_elements
int
,optional
Maximum number of elements. Default is
1000
.- max_length
str
,optional
Maximum length of elements. Default is
1mm
.- restrict_elementsbool,
optional
Whether to restrict number of elements. Default is
True
.- restrict_lengthbool,
optional
Whether to restrict length of elements. Default is
True
.- mesh_region
str
,optional
Mesh region name.
- refine_insidebool,
optional
Whether to refine inside or not. Default is
False
.
- net_layer_list
- Returns:
dotnet.edb_core.edb_data.hfss_simulation_setup_data.LengthMeshOperation