PadstackInstanceMeshingProperty#

class pyedb.grpc.database.inner.layout_obj.PadstackInstanceMeshingProperty#

Represents the padstack instance meshing properties.

This class encapsulates configuration settings for padstack instance meshing, including stack identifier, material type, and meshing settings.

Attributes:
sidint

Stack identifier. Default is 0.

materialstr

Material name for the padstack instance. Default is “”.

meshing_settingstr

Meshing setting or technique (e.g., “Mesh”, “Auto”). Default is “”.

Overview#

to_property_string

Convert PadstackInstanceMeshingProperty instance into a property string.

Import detail#

from pyedb.grpc.database.inner.layout_obj import PadstackInstanceMeshingProperty

Attribute detail#

PadstackInstanceMeshingProperty.sid: int = 0#
PadstackInstanceMeshingProperty.material: str = ''#
PadstackInstanceMeshingProperty.meshing_setting: str = ''#

Method detail#

PadstackInstanceMeshingProperty.to_property_string() str#

Convert PadstackInstanceMeshingProperty instance into a property string.

Returns:
str

A formatted property string with all properties encoded.