We are using Cadence 16.5 & I want to create custom menu for our CAD group.
First I added menu in allegro.men (...folder\share\pcb\text\cuimenus),
POPUP "&CAD Menu"
BEGIN
MENUITEM "&Bead Probe", "BeadProbe.il"
MENUITEM "set_refdes.il", "srd save"
END
I even added load("BeadProbe.il") and load("set_refdes.il") in allegro.ilinit
second, copy the Skill files to this location C:\Cadence\setup\pcbenv\skill
Now, when I open the database it loaded the CAD Menu, but when I select the command it show.
E- Command not found "srd save"
I tried both of the command and none of them is working.
Any advice would be greatly appreciated