ApdBondwireDef#

class ansys.edb.core.definition.ApdBondwireDef(msg)#

Represents an APD bondwire definition.

Methods

ApdBondwireDef.create(database, name)

Create an APD bondwire definition in a given database.

ApdBondwireDef.delete()

Delete the bondwire definition.

ApdBondwireDef.find_by_name(database, name)

Find an APD bondwire definition by name in a given database.

ApdBondwireDef.get_parameters()

Get the parameters of the APD bondwire definition.

ApdBondwireDef.load_definitions_from_file(...)

Load an APD bondwire definition into a given database.

ApdBondwireDef.set_parameters(name)

Set parameters of the APD bondwire definition.

Attributes

ApdBondwireDef.bondwire_type

BondwireDefType: Type of the APD bondwire.

ApdBondwireDef.definition_type

DefinitionObjType: Object type of the bondwire definition.

ApdBondwireDef.id

int: Unique ID of the EDB object.

ApdBondwireDef.is_null

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

ApdBondwireDef.msg

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

ApdBondwireDef.name

str: Name of the bondwire definition.