Silly question, how do I write a script to load a ‘.dru’ file? I’m trying to write a script to autoroute a board.
“load drc file”
Auto $gnd;
“load a different fdrc file”
Auto;
I can get the autoroute part scripted OK, but I can’t find the command to load a new DRC file. the DRC command just brings up the dialog box.