Commit 0e3345e7 authored by Matthieu Cattin's avatar Matthieu Cattin

test08: Fix bug in calibr_box module import.

parent 390e8cac
......@@ -25,7 +25,7 @@ import rr
from fmc_adc_spec import *
from fmc_adc import *
from numpy import *
import calibr_box
from calibr_box import *
import find_usb_tty
from PAGE.Agilent33250A import *
from PAGE.SineWaveform import *
......@@ -209,7 +209,7 @@ def main (default_directory='.'):
box_tty = usb_tty.find_usb_tty(BOX_USB_VENDOR_ID, BOX_USB_PRODUCT_ID)
gen = Agilent33250A(device=awg_tty[0], bauds=AWG_BAUD)
sine = SineWaveform()
box = calibr_box.CCalibr_box(box_tty[0])
box = CCalibr_box(box_tty[0])
# Set sine params -> ~ DC level
sine.frequency = 0.000001
......
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