Commit 97af8983 authored by Matthieu Cattin's avatar Matthieu Cattin

Change sleep constants.

parent 75dedc49
......@@ -41,9 +41,9 @@ AWG_USB_DEVICE_ID = 0x6001 # FT232 USB-Serial (UART) IC
RS232_BAUD = 57600
NB_CHANNELS = 4
AWG_SET_SLEEP = 1
AWG_SET_SLEEP = 0.6
SSR_SET_SLEEP = 0.05
BOX_SET_SLEEP = 1
BOX_SET_SLEEP = 0.3
DAC_SET_SLEEP = 0.1
ACQ_TIMEOUT = 10
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment