die_properties#

property Components3DLayout.die_properties: tuple[int, int, str, int] | None#

Get die properties from component.

Returns:
Tuple[int, int, str, int]

Tuple of die type (0 for None, 1, for FlipChip, or 2 for WireBond), die orientation (0 for Chip Top or 1 for Chip Bottom), die height as a string, and a reserved property as an integer.

Examples

>>> from ansys.aedt.core.modeler.pcb.object_3d_layout import Components3DLayout
>>> obj = Components3DLayout()
>>> obj.die_properties