Commit 6f42f22c authored by Matthieu Cattin's avatar Matthieu Cattin

Change sleep constants.

parent c6e283fd
......@@ -34,7 +34,7 @@ USB_DEVICE = "/dev/ttyUSB0"
RS232_BAUD = 57600
NB_CHANNELS = 4
AWG_SET_SLEEP = 0.6
AWG_SET_SLEEP = 0.1
SSR_SET_SLEEP = 0.05
ACQ_TIMEOUT = 10
......
......@@ -41,9 +41,9 @@ AWG_BAUD = 57600
NB_CHANNELS = 4
AWG_SET_SLEEP = 0.6
AWG_SET_SLEEP = 0.1
SSR_SET_SLEEP = 0.05
BOX_SET_SLEEP = 0.3
BOX_SET_SLEEP = 0.01
ACQ_TIMEOUT = 10
......
......@@ -34,7 +34,7 @@ USB_DEVICE = "/dev/ttyUSB0"
RS232_BAUD = 57600
NB_CHANNELS = 4
AWG_SET_SLEEP = 0.6
AWG_SET_SLEEP = 0.1
SSR_SET_SLEEP = 0.05
ACQ_TIMEOUT = 10
......
......@@ -34,7 +34,7 @@ USB_DEVICE = "/dev/ttyUSB0"
RS232_BAUD = 57600
NB_CHANNELS = 4
AWG_SET_SLEEP = 0.6
AWG_SET_SLEEP = 0.1
SSR_SET_SLEEP = 0.05
ACQ_TIMEOUT = 10
......
......@@ -40,10 +40,10 @@ AWG_USB_DEVICE_ID = 0x6001 # FT232 USB-Serial (UART) IC
RS232_BAUD = 57600
NB_CHANNELS = 4
AWG_SET_SLEEP = 0.6
AWG_SET_SLEEP = 0.1
SSR_SET_SLEEP = 0.05
BOX_SET_SLEEP = 0.3
DAC_SET_SLEEP = 0.1
BOX_SET_SLEEP = 0.01
DAC_SET_SLEEP = 0.01
ACQ_TIMEOUT = 10
......
......@@ -39,7 +39,7 @@ AWG_USB_DEVICE_ID = 0x6001 # FT232 USB-Serial (UART) IC
RS232_BAUD = 57600
NB_CHANNELS = 4
AWG_SET_SLEEP = 0.6
AWG_SET_SLEEP = 0.1
SSR_SET_SLEEP = 0.05
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