die_enabled#

property Components3DLayout.die_enabled: bool#

Check if the die is enabled. This method is valid for integrated circuits only.

Returns:
bool

True when successful, False when failed.

Examples

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