コード例 #1
0
def test_file_format_2bitsx2():
  """
  Test different file formats: '2bits_x2'
  """
  run_acq_test(1000, 0, [1], '2bits_x2')
コード例 #2
0
def test_file_format_1bitx2():
  """
  Test different file formats: '1bit_x2'
  """
  run_acq_test(1000, 0, [1], '1bit_x2')
コード例 #3
0
def test_low_rate():
  run_acq_test(-2000, 0, [2], '2bits', 'low_rate')
コード例 #4
0
def test_normal_rate():
  run_acq_test(2000, 0, [3], '2bits', 'normal_rate')
コード例 #5
0
def test_custom_rate():
  run_acq_test(-4000, 0, [1], '2bits', 'custom_rate')