ansys/pyedb

Add method to find a layout object

Closed this issue · 0 comments

Description of the feature

edb.padstacks.instances_by_id is slow to get a padstack instance. It first gets all instances from layout into a dictionary, and then return the wanted one by id.

Steps for implementing the feature

use FindById to get the wanted instance directly.

Useful links and references

all