Hi All,
I'm looking to write a script that calls up the "auto" via menu and will allow me to keep dropping vias on metal intersections instead of finishing after one click. Does anyone know what the best way to accomplish this? Please forgive me, i'm fairly new to skill. your help is greatly apprcieated .
this is what i have so far?
procedure(myautovia()
hiRegTimer(
"hiGetCurrentForm()->viaMode->value=
\"Auto\"
hiToggleEnterForm(hiGetCurrentForm() )" 1)
leHiCreateVia()
)