Bondwire#

class pyedb.grpc.database.primitive.bondwire.Bondwire(_pedb, edb_object)#

Bases: ansys.edb.core.primitive.bondwire.Bondwire

Class representing a bond-wire object.

Overview#

material

Bondwire material

type

str: Bondwire-type of a bondwire object. Supported values for setter: “apd”, “jedec4”, “jedec5”,

cross_section_type

str: Bondwire-cross-section-type of a bondwire object. Supported values for setter: `”round”,

cross_section_height

float: Bondwire-cross-section height of a bondwire object.

width

Value: Width of a bondwire object.

Import detail#

from pyedb.grpc.database.primitive.bondwire import Bondwire

Property detail#

property Bondwire.material#

Bondwire material

Returns:
str

Material name.

property Bondwire.type#

str: Bondwire-type of a bondwire object. Supported values for setter: “apd”, “jedec4”, “jedec5”, “num_of_type”

property Bondwire.cross_section_type#

str: Bondwire-cross-section-type of a bondwire object. Supported values for setter: “round”, `”rectangle”

Returns:
str

cross section type.

property Bondwire.cross_section_height#

float: Bondwire-cross-section height of a bondwire object.

Returns:
float

Cross section height.

property Bondwire.width#

Value: Width of a bondwire object.

Returns:
float

Width value.