I've seen and used this practical feature in an other designer system. However if I select let's say IC1 in schematic and move to the layout there is no selection for IC1 at all...
Is there any solution for this?
Thanks,
Zoltan
I've seen and used this practical feature in an other designer system. However if I select let's say IC1 in schematic and move to the layout there is no selection for IC1 at all...
Is there any solution for this?
Thanks,
Zoltan
Hi,
is this a good idea?
If I select a component in the schematic why should I want to have it selected in the layout as well. Assumed I already placed the object properly then I have to do this again? Or do I miss something here?
Regards,
Richard
This would be very useful during the manual component placement, when I try to select a bunch of componenets on the schematic which are connected to each other somehow (eg.: an LDO + its bypass caps + resistors + jumpers)
Thanks,
Zoltan
This would be very useful during the manual component placement, when I try to select a bunch of componenets on the schematic which are connected to each other somehow (eg.: an LDO + its bypass caps + resistors + jumpers)
Thanks,
Zoltan
Zoltan Doczi wrote:
This would be very useful during the manual component placement, when
I try to select a bunch of componenets on the schematic which are
connected to each other somehow (eg.: an LDO + its bypass caps +
resistors + jumpers)
try to following ULP:
pickGrouped.ulp
#usage "%.1fmic %.1fmic)", u2mic(mx/gCnt),
u2mic(my/gCnt));
if (project.schematic) cmd = "edit .brd;" + cmd;
exit(cmd);
}
}
if it does what you want, you can assign it to a keyboard shortcut
--
Lorenz