get_padstack_instances_intersecting_bounding_box#

EdbPadstacks.get_padstack_instances_intersecting_bounding_box(bounding_box, nets=None)[source]#

Returns the list of padstack instances ID intersecting a given bounding box and nets.

Parameters:
bounding_boxtuple or list.

bounding box, [x1, y1, x2, y2]

netsstr or list, optional

net name of list of nets name applying filtering on padstack instances selection. If None is provided all instances are included in the index. Default value is None.

Returns:
List of padstack instances ID intersecting the bounding box.