Closedown

This commit is contained in:
gac-x03da
2018-02-09 16:16:12 +01:00
parent 1eb1e45096
commit 22b62b1c69

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() * 1.1)
time.sleep(KeiSample.get_dwell() * 2.1)
def fetch_keithleys():
"""