BondwireDef#

class ansys.edb.core.definition.bondwire_def.BondwireDef(msg)#

Represents a bondwire definition.

Methods

BondwireDef.delete()

Delete the bondwire definition.

Attributes

BondwireDef.definition_type

DefinitionObjType: Object type of the bondwire definition.

BondwireDef.id

int: Unique ID of the EDB object.

BondwireDef.is_null

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

BondwireDef.msg

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

BondwireDef.name

str: Name of the bondwire definition.