fix keithley beep
This commit is contained in:
parent
73fe34ee04
commit
cc01663be2
@ -230,7 +230,7 @@ def repeat(measure_func: callable, count: int, repeat_delay=0):
|
|||||||
sleep(repeat_delay)
|
sleep(repeat_delay)
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
pass
|
pass
|
||||||
if settings["beep"]: _backend.beep()
|
if settings["beep"]: _backend.beep(dev)
|
||||||
|
|
||||||
|
|
||||||
def get_dataframe():
|
def get_dataframe():
|
||||||
|
Loading…
Reference in New Issue
Block a user