Commit 5fa36d38 authored by Matthieu Cattin's avatar Matthieu Cattin

calibr_box, test30: Fix typo, remove useless imports.

parent 57bf4df3
...@@ -7,14 +7,10 @@ ...@@ -7,14 +7,10 @@
# Website: http://www.ohwr.org # Website: http://www.ohwr.org
import sys import sys
import rr
import time import time
import os import os
import cp210x_gpio import cp210x_gpio
from PAGE.Agilent33250A import *
from PAGE.SineWaveform import *
""" """
calibr_box: Access to calibration box via USB-UART bridge CP2103 calibr_box: Access to calibration box via USB-UART bridge CP2103
......
...@@ -229,7 +229,7 @@ def main (default_directory='.'): ...@@ -229,7 +229,7 @@ def main (default_directory='.'):
fmc_adc_init(spec, fmc) fmc_adc_init(spec, fmc)
time.sleep(3) time.sleep(3)
print('Make a compete acquisition') print('Make a complete acquisition')
ch_mean = [] ch_mean = []
channels_data = [] channels_data = []
for ch in range(NB_CHANNELS): for ch in range(NB_CHANNELS):
......
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