ICDieProperty#

class pyedb.grpc.database.hierarchy.component.ICDieProperty(component)#

Overview#

die_orientation

Die orientation.

die_type

Die type.

height

Die height.

is_null

Test is die is null.

Import detail#

from pyedb.grpc.database.hierarchy.component import ICDieProperty

Property detail#

property ICDieProperty.die_orientation: str#

Die orientation.

Returns:
str

Die orientation, chip_up or chip_down.

property ICDieProperty.die_type: str#

Die type.

Returns:
str

Die type, noine, flipchip, wirebond.

property ICDieProperty.height: float#

Die height.

Returns:
float

Die height.

property ICDieProperty.is_null: bool#

Test is die is null.

Returns:
bool