Commit 5cdd6e15 authored by Olivier Kaufmann's avatar Olivier Kaufmann
Browse files

Updates RX sampling rate specs

Showing with 2 additions and 2 deletions
+2 -2
...@@ -14,7 +14,7 @@ from ohmpi.utils import enforce_specs ...@@ -14,7 +14,7 @@ from ohmpi.utils import enforce_specs
# hardware characteristics and limitations # hardware characteristics and limitations
# voltages are given in mV, currents in mA, sampling rates in Hz and data_rate in S/s # voltages are given in mV, currents in mA, sampling rates in Hz and data_rate in S/s
SPECS = {'rx': {'model': {'default': os.path.basename(__file__).rstrip('.py')}, SPECS = {'rx': {'model': {'default': os.path.basename(__file__).rstrip('.py')},
'sampling_rate': {'min': 2., 'default': 10., 'max': 100.}, 'sampling_rate': {'min': 0., 'default': 100., 'max': 500.},
'data_rate': {'default': 860.}, 'data_rate': {'default': 860.},
'bias': {'min': -5000., 'default': 0., 'max': 5000.}, 'bias': {'min': -5000., 'default': 0., 'max': 5000.},
'coef_p2': {'default': 2.50}, 'coef_p2': {'default': 2.50},
......
...@@ -14,7 +14,7 @@ from ohmpi.hardware_components.mb_2023_0_X import Rx as Rx_mb_2023 ...@@ -14,7 +14,7 @@ from ohmpi.hardware_components.mb_2023_0_X import Rx as Rx_mb_2023
# hardware characteristics and limitations # hardware characteristics and limitations
# voltages are given in mV, currents in mA, sampling rates in Hz and data_rate in S/s # voltages are given in mV, currents in mA, sampling rates in Hz and data_rate in S/s
SPECS = {'rx': {'model': {'default': os.path.basename(__file__).rstrip('.py')}, SPECS = {'rx': {'model': {'default': os.path.basename(__file__).rstrip('.py')},
'sampling_rate': {'min': 2., 'default': 10., 'max': 100.}, 'sampling_rate': {'min': 0., 'default': 100., 'max': 500.},
'data_rate': {'default': 860.}, 'data_rate': {'default': 860.},
'bias': {'min': -5000., 'default': 0., 'max': 5000.}, 'bias': {'min': -5000., 'default': 0., 'max': 5000.},
'coef_p2': {'default': 1.00}, 'coef_p2': {'default': 1.00},
......
Supports Markdown
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