Closedown

This commit is contained in:
gac-x03da
2018-02-09 16:10:51 +01:00
parent eafbf2a11b
commit 75505c10f3
+1 -1
View File
@@ -119,7 +119,7 @@ def wait_keithleys():
wait for one dwell time so that the keithleys can finish their measurement.
if we polled them too early, they would produce an error message.
"""
time.sleep(KeiSample.get_dwell())
time.sleep(KeiSample.get_dwell() * 1.1)
def fetch_keithleys():
"""