DieProperty#

class ansys.edb.core.definition.die_property.DieProperty(msg)#

Represents a die property.

Methods

DieProperty.clone()

Clone a die property.

DieProperty.create()

Create a die property.

Attributes

DieProperty.die_orientation

DieOrientation: Die orientation.

DieProperty.die_type

DieType: Die type.

DieProperty.height

Value: Die height.

DieProperty.id

int: Unique ID of the EDB object.

DieProperty.is_null

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

DieProperty.msg

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