Exemplo n.º 1
0
def test_file_format_2bitsx2():
  """
  Test different file formats: '2bits_x2'
  """
  run_acq_test(1000, 0, [1], '2bits_x2')
Exemplo n.º 2
0
def test_file_format_1bitx2():
  """
  Test different file formats: '1bit_x2'
  """
  run_acq_test(1000, 0, [1], '1bit_x2')
Exemplo n.º 3
0
def test_low_rate():
  run_acq_test(-2000, 0, [2], '2bits', 'low_rate')
Exemplo n.º 4
0
def test_normal_rate():
  run_acq_test(2000, 0, [3], '2bits', 'normal_rate')
Exemplo n.º 5
0
def test_custom_rate():
  run_acq_test(-4000, 0, [1], '2bits', 'custom_rate')