aboutsummaryrefslogtreecommitdiff
path: root/qolab/hardware/basic.py
diff options
context:
space:
mode:
authorEugeniy E. Mikhailov <evgmik@gmail.com>2021-12-26 18:25:07 -0500
committerEugeniy E. Mikhailov <evgmik@gmail.com>2021-12-26 18:25:07 -0500
commitabef52b64fde22967ec1caf51b37b1de603b4739 (patch)
tree49516a80e2418f65c9bb99e3be70ef44fe7b7818 /qolab/hardware/basic.py
parent7e6e17758c9f903e5a7abd401b74a6ab13b1113f (diff)
downloadqolab-abef52b64fde22967ec1caf51b37b1de603b4739.tar.gz
qolab-abef52b64fde22967ec1caf51b37b1de603b4739.zip
added self.config['DeviceId'] to basic
Diffstat (limited to 'qolab/hardware/basic.py')
-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'