update#

Padstack.update() None#

Update the padstack in AEDT.

Returns:
bool

True when successful, False when failed.

References

>>> oPadstackManager.Edit

Examples

>>> from ansys.aedt.core.modeler.pcb.object_3d_layout import Padstack
>>> obj = Padstack()
>>> obj.update()