MeshOperationSkinDepth#

class pyedb.dotnet.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

MeshOperationSkinDepth.enabled

Whether if mesh operation is enabled.

MeshOperationSkinDepth.max_elements

Maximum number of elements.

MeshOperationSkinDepth.mesh_operation_type

Mesh operation type.

MeshOperationSkinDepth.mesh_region

Mesh region name.

MeshOperationSkinDepth.name

Mesh operation name.

MeshOperationSkinDepth.nets_layers_list

List of nets and layers.

MeshOperationSkinDepth.number_of_layer_elements

Number of layer elements.

MeshOperationSkinDepth.refine_inside

Whether to turn on refine inside objects.

MeshOperationSkinDepth.restrict_max_elements

Whether to restrict maximum number of elements.

MeshOperationSkinDepth.skin_depth

Skin depth value.

MeshOperationSkinDepth.surface_triangle_length

Surface triangle length value.