aboutsummaryrefslogtreecommitdiff
path: root/qolab/hardware
diff options
context:
space:
mode:
Diffstat (limited to 'qolab/hardware')
-rw-r--r--qolab/hardware/basic.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/qolab/hardware/basic.py b/qolab/hardware/basic.py
index d42dea2..abfbc18 100644
--- a/qolab/hardware/basic.py
+++ b/qolab/hardware/basic.py
@@ -7,6 +7,7 @@ class BasicInstrument:
self.config={}
self.config['Device type'] = 'Basic Instrument'
self.config['Device model'] = 'Model is unset'
+ self.config['DeviceId'] = None
self.config['DeviceNickname'] = device_nickname; # to separate similar instruments
self.config['FnamePrefix'] = 'basicInstrument'
self.config['SavePath'] = './data'