MeshOperationLength#

class pyedb.dotnet.edb_core.edb_data.hfss_simulation_setup_data.MeshOperationLength(parent, mesh_operation)[source]#

Mesh operation Length class. This class is accessible from Hfss Setup in EDB and add_length_mesh_operation method.

Examples

>>> mop = edbapp.setups["setup1a"].add_length_mesh_operation({"GND": ["TOP", "BOTTOM"]})
>>> mop.max_elements = 3000

Attributes

MeshOperationLength.enabled

Whether if mesh operation is enabled.

MeshOperationLength.max_elements

Maximum number of elements.

MeshOperationLength.max_length

Maximum length of elements.

MeshOperationLength.mesh_operation_type

Mesh operation type.

MeshOperationLength.mesh_region

Mesh region name.

MeshOperationLength.name

Mesh operation name.

MeshOperationLength.nets_layers_list

List of nets and layers.

MeshOperationLength.refine_inside

Whether to turn on refine inside objects.

MeshOperationLength.restrict_length

Whether to restrict length of elements.

MeshOperationLength.restrict_max_elements

Whether to restrict maximum number of elements.