Python - How to remove text item ${REFERENCE}

Hi,

how do I remove (hide) this one in python ?

image

thanks

nobody ???

Iterate through footprint’s drawings and call SetVisible(False) on the text drawing you need.

I know but how do I select the text drawing in python ?
I can select reference and value but not un-named items
image

Use GraphicalItems() to get drawings and GetClass() to check their type.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.