Commit b6896868 authored by Matthieu Cattin's avatar Matthieu Cattin

test19: Fix bug, test number constant.

parent 16595e17
......@@ -22,16 +22,16 @@ from ptsexcept import *
import rr
# Import specific modules
from fmc_adc_spec import *
from fmc_adc import *
from numpy import *
from pylab import *
from ctypes import *
from fmc_adc_spec import *
from fmc_adc import *
from calibr_box import *
from cp210x_eeprom import *
import find_usb_tty
from PAGE.Agilent33250A import *
from PAGE.SineWaveform import *
from ctypes import *
"""
......@@ -245,7 +245,7 @@ def calc_od(Vm1, Vm2, Vm3, Vm4, Vref1):
def main (default_directory = '.'):
# Constants declaration
TEST_NB = 22
TEST_NB = 19
EXPECTED_BITSTREAM_TYPE = 0x1
# Calibration box vendor and product IDs
......
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