Closedown
This commit is contained in:
@@ -184,11 +184,7 @@ public class TestingList extends Panel {
|
||||
args.put("relative", var1);
|
||||
args.put("steps", var2);
|
||||
run("power-supply", args);
|
||||
for(int i=0 ; i<1000000 ; i++){}
|
||||
Object deviceName = eval("deviceName");
|
||||
Object testName = eval("testName");
|
||||
showResult(deviceName.toString(), testName.toString(),"","Performing");
|
||||
|
||||
for(int i=0 ; i<1000000 ; i++){}
|
||||
|
||||
//evalAsync("run('args', locals = {'relative':" + (var1 ? "True" :"False") + ", 'steps':" + var2 + "})");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user