Commit f2b8097e authored by Matthieu Cattin's avatar Matthieu Cattin

test19: Fix bug, test number constant.

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