forked from zietzm/Helmholtz_Test_Bench
fixed issue
Status Display update was attempted after window close, resulting in error messages from connected device
This commit is contained in:
+3
-1
@@ -37,7 +37,9 @@ class ExecCSVThread(Thread):
|
||||
def stopped(self):
|
||||
return self.__stop_event.is_set()
|
||||
|
||||
def execute_sequence(self, array, delay, parent, controller): # runs through array containing times and desired field vectors
|
||||
def execute_sequence(self, array, delay, parent, controller):
|
||||
# runs through array with times and desired fields and commands test stand accordingly
|
||||
|
||||
# array format: [time (s), xField (T), yField (T), zField (T)]
|
||||
# decimal commas
|
||||
# all times in seconds
|
||||
|
||||
Reference in New Issue
Block a user