Hello,
In the library manager, it is possible to right click on a cell (e.g. a transistor) and "Show Properties". I need to retrieve one of the values included in the properties (e.g. max_Width, with value 100u).
I have tried dbGetPropByName(instID, "max_Width"), but it seems like this is not the function I need as it returns nil.
Any hints would be appreciated.
Best regards,
Karam