In the eagle board layout, I want to group a specific signal specified by its name so I can move it to another layer via the CHANGE LAYER command.
I do not manually want to click on every segment of the signal, after all, there is no point in naming something if you can not refer to it by its name.
So far, I have figured out that SHOW $signalname will highlight my signal, but I will not be able to apply a CHANGE command to the highlighted signal.
On the other hand, GROUP will select a GROUP on which CHANGE commands will work, but seems only suitable for selecting parts with the mouse, via a rectangle or one segment per click.
Is it possible to accomplish my goal without either delving into ULP or manually hacking the *.brd xml?