add_skin_depth_mesh_operation#
- HfssSimulationSetup.add_skin_depth_mesh_operation(net_layer_list, name=None, max_elements=1000, skin_depth='1um', restrict_elements=True, surface_triangle_length='1mm', number_of_layers=2, refine_inside=False, mesh_region=None)#
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
.- skin_depth
str
,optional
Skin Depth. Default is
1um
.- restrict_elementsbool,
optional
Whether to restrict number of elements. Default is
True
.- surface_triangle_lengthbool,
optional
Surface Triangle length. Default is
1mm
.- number_of_layers
int
,str
,optional
Number of layers. Default is
2
.- mesh_region
str
,optional
Mesh region name.
- refine_insidebool,
optional
Whether to refine inside or not. Default is
False
.
- net_layer_list
- Returns:
dotnet.database.edb_data.hfss_simulation_setup_data.LengthMeshOperation