Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Institute of Experimental Physics
Quantum Circuits
python-repo
Commits
a4d9f33f
Commit
a4d9f33f
authored
Feb 05, 2021
by
Romain Baptiste Dominique Albert
Browse files
Pooling time update
Modifications to the temperature pooling time to match the sensors reading time.
parent
bfe97e4b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
SensorReader.py
SensorReader.py
+2
-2
No files found.
SensorReader.py
View file @
a4d9f33f
...
...
@@ -5,8 +5,8 @@ from queue import LifoQueue, Queue, Empty
import
time
update_rate
=
1
0
# The temperature are update every 10s
timeout
=
60
# If no temperature is request by the code during 60s, the thread pooling
update_rate
=
6
0
# The temperature are update every 10s
timeout
=
60
0
# If no temperature is request by the code during 60s, the thread pooling
# the temperature shutdown
api_path
=
'https://kirchmair.iqoqi.at/lab/api/cryostat/overview'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment