Dear Experts
I have a similar problem to this thread. I am trying to extract a list of
netname, device pins and x y coordinates and the layer they are on (top or bottom).
I'm also looking to do the same with vias - netname, x y and layer (top or
bottom if they are blind vias.
I originally had this for the extract(a) file. But couldn't find a parameter for 'layer'.
COMPOSITE_PAD
NET_NAME
REFDES
PIN_NUMBER
PIN_X
PIN_Y
END
Will the following work?
FULL_GEOMETRY
CLASS= MANUFACTURING
SUBCLASS = PROBE_BOTTOM
NET_NAME
REFDES
PIN_NUMBER
PIN_X
PIN_Y
END
Then I would create a second file for the top:
FULL_GEOMETRY
CLASS= MANUFACTURING
SUBCLASS = PROBE_TOP
NET_NAME
REFDES
PIN_NUMBER
PIN_X
PIN_Y
END
Is probe_top a way to get the components on the top of hte PCB?
Then for the vias I was going to do this:
FULL_GEOMETRY
CLASS= MANUFACTURING
SUBCLASS = PROBE_BOTTOM
NET_NAME
VIA_X
VIA_Y
END
FULL_GEOMETRY
CLASS= MANUFACTURING
SUBCLASS = PROBE_TOP
NET_NAME
VIA_X
VIA_Y
END
So I can identify which vias are on which side and which components are on which side.
Any insight would be appreciated.
Regards,
Splash
Originally posted in cdnusers.org by splash