MeshOperationSkinDepth#
- class pyaedt.edb_core.edb_data.hfss_simulation_setup_data.MeshOperationSkinDepth(parent, mesh_operation)[source]#
Mesh operation Skin Depth class. This class is accessible from Hfss Setup in EDB and assign_skin_depth_mesh_operation method.
Examples
>>> mop = edbapp.setups["setup1a"].add_skin_depth_mesh_operation({"GND": ["TOP", "BOTTOM"]}) >>> mop.max_elements = 3000
Attributes
Whether if mesh operation is enabled.
Maximum number of elements.
Mesh operation type.
Mesh region name.
Mesh operation name.
List of nets and layers.
Number of layer elements.
Whether to turn on refine inside objects.
Whether to restrict maximum number of elements.
Skin depth value.
Surface triangle length value.