objects_by_net#
- Modeler3DLayout.objects_by_net(net: str, object_filter: str | list = None, include_voids: bool = False) list#
Retrieve the list of objects that belongs to a specific net.
- Parameters:
- Returns:
listObjects found.
Examples
>>> from ansys.aedt.core.modeler.pcb.primitives_3d_layout import Primitives3DLayout >>> obj = Primitives3DLayout() >>> obj.objects_by_net(net="VCC")