aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorEugeniy E. Mikhailov <evgmik@gmail.com>2022-01-06 11:11:38 -0500
committerEugeniy E. Mikhailov <evgmik@gmail.com>2022-01-06 11:11:38 -0500
commit1a85082804467fe5269101a75e10aa81b4bae54a (patch)
treecc3d334eff0076307e2986c97565f9a5d7d640d5 /examples
parent94f6fbc54a4d7df51cb352b7d942037e9e539c0b (diff)
downloadpyExpControl-1a85082804467fe5269101a75e10aa81b4bae54a.tar.gz
pyExpControl-1a85082804467fe5269101a75e10aa81b4bae54a.zip
adding cell temperature to TSDB
Diffstat (limited to 'examples')
-rw-r--r--examples/lock_eit.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/lock_eit.py b/examples/lock_eit.py
index e4fedad..ce9e452 100644
--- a/examples/lock_eit.py
+++ b/examples/lock_eit.py
@@ -331,7 +331,7 @@ async def main():
ai['rfgen'] = rfgen
ai['lockin'] = lockin
ai['pid'] = pid
- ai['cellTemperatureController'] = I800()
+ ai['cellTemperatureController'] = I800(device_nickname='.'.join([app_nickname, 'cellTemperatureController']), tsdb_ingester=tsdb_ingester)
ai['scope.feedback'] = scope_fdbk
scope_fdbk.setRoll(False)
scope_fdbk.setRun(True)