I would like to change my resistors from 0603 to 0402 is there a way to do
this so all parts that that start with R are changed at once.
Thanks
I would like to change my resistors from 0603 to 0402 is there a way to do
this so all parts that that start with R are changed at once.
Thanks
pm schrieb:
I would like to change my resistors from 0603 to 0402 is there a way to do
this so all parts that that start with R are changed at once.
You can apply CHANGE PACKAGE to a group if you provide the target
package at the command line. If you can define a group for all parts to
be changed, this helps. (Note that any part inside the group that
doesn't have a variant with the target package is left unchanged. This
is useful sometimes.)
Alternatively, you can enter the correct command line and then
sequentially click on any package to change.
Finally, you could export your design to a script, replace all R0603
with R0402 with a text editor and re-import it into EAGLE.
Tilmann