As you know, APD has "Route > Wirebond > Unlock" command.
I would like to execute it using skill command.
As I know, there is no same skill function.
In this case, I execute axlShell("wirebond unlock").
But it's necessary to click "Yes" button in Dialog window.
("Bond Wires and Bond Pads are created linked to the die symbol. Editing command...")
I would like to process axlShell command without user interaction.
For this, we can use
axlSetVariable("noconfirm" "true")
axlShell("wirebond unlock")
axlUnsetVariable("noconfirm")
It works well in SunOS(unix).
But It doesn't work in WindowXP, need to click "Yes" button
Originally posted in cdnusers.org by janggj