We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdb8c13 commit 775c416Copy full SHA for 775c416
labscript_devices/TekScope/blacs_workers.py
@@ -1,11 +1,13 @@
1
import time
2
import numpy as np
3
+import labscript_utils.h5_lock
4
+import h5py
5
+
6
from blacs.tab_base_classes import Worker
7
import labscript_utils.properties
8
9
class TekScopeWorker(Worker):
10
def init(self):
- global h5py; import labscript_utils.h5_lock, h5py
11
global TekScope
12
from .TekScope import TekScope
13
self.scope = TekScope(self.addr, termination=self.termination)
0 commit comments