BondwireDef#

class pyedb.grpc.database.definition.wirebond_def.BondwireDef(pedb, core=None)#

Overview#

delete

get_parameters

Get the bondwire top-to-die distance of the JEDEC 4 bondwire definition.

set_parameters

Set the bondwire top-to-die distance of the JEDEC 4 bondwire definition.

name

Get the name of the bondwire definition.

height

Get the bondwire top-to-die distance of the bondwire definition.

Import detail#

from pyedb.grpc.database.definition.wirebond_def import BondwireDef

Property detail#

property BondwireDef.name#

Get the name of the bondwire definition.

property BondwireDef.height#

Get the bondwire top-to-die distance of the bondwire definition.

Attribute detail#

BondwireDef.core = None#

Method detail#

BondwireDef.delete()#
BondwireDef.get_parameters()#

Get the bondwire top-to-die distance of the JEDEC 4 bondwire definition.

Returns:
float

Bondwire top-to-die distance.

BondwireDef.set_parameters(parameters)#

Set the bondwire top-to-die distance of the JEDEC 4 bondwire definition.

Parameters:
parametersfloat

Bondwire top-to-die distance.