forked from zietzm/Helmholtz_Test_Bench
comments and code cleanup
Logging, and threading cleanup
This commit is contained in:
+1
-1
@@ -660,7 +660,7 @@ class ExecuteCSVMode(Frame):
|
||||
|
||||
g.threadLock = threading.Lock() # create thread locking object, used to ensure all devices switch at once later
|
||||
# create separate thread to run sequence execution in:
|
||||
self.csv_thread = csv.ExecCSVThread("CSV_Thread", self.sequence_array, self, self.controller)
|
||||
self.csv_thread = csv.ExecCSVThread(self.sequence_array, self, self.controller)
|
||||
self.csv_thread.start() # start thread
|
||||
|
||||
def stop_run(self):
|
||||
|
||||
Reference in New Issue
Block a user