Hi, I would like to use SKILL to iterate through every single DRA file in a directory and export the libraries, i.e. padstacks, shapes, etc. The reason is to verify library contents during each library commit. Would this be the proper way to do this? 1. Get the DRA file paths using getDirFiles( ) 2. Open DRA file 3. Use axlShell( ) to open export library form axlShell("dlib") axlShell("setwindow form.dlib") axlShell("FORM dlib destination export") axlShell("FORM dlib execute") 4. Repeat 2-3 for every other DRA file Thx, Aric
↧