Closedown
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
global print_log, sendFeedback, sys, inspect, os, traceback, time
|
||||
import sys, inspect, os, traceback, time
|
||||
global print_log, sendFeedback, sys, inspect, os, traceback
|
||||
import sys, inspect, os, traceback
|
||||
|
||||
def print_log(testName, DEVICE, text):
|
||||
import time
|
||||
|
||||
@@ -9,6 +9,7 @@ def print_log(testName, DEVICE, text):
|
||||
|
||||
def startTest(testName, DEVICE, params):
|
||||
#get the path of this script
|
||||
testcommons.print_pio()
|
||||
import inspect
|
||||
testPath = inspect.getfile(inspect.currentframe())
|
||||
#by default, failed
|
||||
@@ -26,7 +27,6 @@ def startTest(testName, DEVICE, params):
|
||||
scan = ManualScan(['time'], ['SetV', 'ActualV', 'ActualI'])
|
||||
scan.setPlotName(plotName)
|
||||
scan.start()
|
||||
testcommons.print_pio()
|
||||
try:
|
||||
#Creating channels: dimension 1
|
||||
#Ramp rate
|
||||
|
||||
Reference in New Issue
Block a user