PadstackDef#

class ansys.edb.core.definition.padstack_def.PadstackDef(msg)#

Represents a padstack definition.

Methods

PadstackDef.create(db, name)

Create a padstack definition in a given database.

PadstackDef.delete()

Delete the padstack definition.

PadstackDef.find_by_name(db, name)

Find a padstack definition by name in a given database.

Attributes

PadstackDef.data

PadstackDefData: Data for the padstack definition.

PadstackDef.definition_type

DefinitionObjType: Definition type.

PadstackDef.id

int: Unique ID of the EDB object.

PadstackDef.is_null

bool: Flag indicating if the object exists in the database.

PadstackDef.msg

EDBObjMessage: Protobuf message that represents the object's ID.

PadstackDef.name

str: Name of the padstack definition.