I’m trying to get the footprint name with Python. Basically, what I want to get is the item in the “Package” column in the position file. I’ve been poking around a bit, but I’m afraid I don’t know enough Python to figure it out by myself.
Cheers!
I’m trying to get the footprint name with Python. Basically, what I want to get is the item in the “Package” column in the position file. I’ve been poking around a bit, but I’m afraid I don’t know enough Python to figure it out by myself.
Cheers!
I use module.GetFPID().GetLibItemName()
Nice! Thank you very much!
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.