Commit 087c8276 authored by Matthieu Cattin's avatar Matthieu Cattin

Change AWG and BOX sleep constants.

parent 5e5b7fac
......@@ -47,9 +47,9 @@ NB_SHOTS = 1
ACQ_LENGTH = 50000 # in samples
ACQ_TIMEOUT = 10
AWG_SET_SLEEP = 1
AWG_SET_SLEEP = 0.6
SSR_SET_SLEEP = 0.05
BOX_SET_SLEEP = 1
BOX_SET_SLEEP = 0.3
ADC_MID_VALUE = 0
ADC_MID_TOL = 500
......
......@@ -43,7 +43,7 @@ NB_CHANNELS = 4
AWG_SET_SLEEP = 0.6
SSR_SET_SLEEP = 0.05
BOX_SET_SLEEP = 1
BOX_SET_SLEEP = 0.3
ACQ_TIMEOUT = 10
......
......@@ -34,7 +34,7 @@ USB_DEVICE = "/dev/ttyUSB0"
RS232_BAUD = 57600
NB_CHANNELS = 4
AWG_SET_SLEEP = 1
AWG_SET_SLEEP = 0.6
SSR_SET_SLEEP = 0.05
ACQ_TIMEOUT = 10
......
......@@ -41,9 +41,9 @@ AWG_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
ACQ_TIMEOUT = 10
......
......@@ -34,7 +34,7 @@ USB_DEVICE = "/dev/ttyUSB0"
RS232_BAUD = 57600
NB_CHANNELS = 4
AWG_SET_SLEEP = 1
AWG_SET_SLEEP = 0.6
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 = 1
AWG_SET_SLEEP = 0.6
SSR_SET_SLEEP = 0.05
ACQ_TIMEOUT = 10
......
......@@ -40,9 +40,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
......
......@@ -39,7 +39,7 @@ 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
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