How to layout 3 idenitical circuits in Eagle

Hi all. I have a project that requires 3 separate channels of analog amplifiers. I can create a schematic for one channel and copy it twice more to get all three channels. Eagle nicely takes care of the part numbers. How can I do the same thing on the board layout?

That is how can I lay out one channel and then copy that to the other two so they are all identical?

Thanks, Ed.

I dont think its possible to dupe board layouts in eagle.

Gerbmerge is a python script that can tile gerbers. If each channel can be its own separate circuit then that would work for you but if they are all shearing something like a common power supply it would be more tricky to get gerbmerge to do what you want.

If there is a way to do it in eagle I would love to know about it too.

I did some ULP/python/SCRIPT hackery to make that work once, but it was just a hack.

I’ve since stopped using Eagle.

–David Carne

It’s not perfect but I think if you follow the steps I posted here:

viewtopic.php?t=19087

it will work.

I tried it and it works fine! Thanks Loads, Ed. :smiley: