Skip to content

Commit 775c416

Browse files
committed
Resolves #64 using proposal of ispielma
1 parent bdb8c13 commit 775c416

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

labscript_devices/TekScope/blacs_workers.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
import time
22
import numpy as np
3+
import labscript_utils.h5_lock
4+
import h5py
5+
36
from blacs.tab_base_classes import Worker
47
import labscript_utils.properties
58

69
class TekScopeWorker(Worker):
710
def init(self):
8-
global h5py; import labscript_utils.h5_lock, h5py
911
global TekScope
1012
from .TekScope import TekScope
1113
self.scope = TekScope(self.addr, termination=self.termination)

0 commit comments

Comments
 (0)