Commit 38d3e13f authored by Matthieu Cattin's avatar Matthieu Cattin

svec_test12: Add some debug prints.

parent 69a3e523
......@@ -113,12 +113,6 @@ def main (default_directory='.'):
# Use data pattern instead of ADC data
# fmc.testpat_en(0x2000)
# Print configuration
fmc[i].print_adc_core_config()
# Print ADC config
fmc[i].print_adc_config()
# Set UTC
current_time = time.time()
utc_seconds = int(current_time)
......@@ -142,6 +136,13 @@ def main (default_directory='.'):
fmc[i].set_input_term(ch+1, IN_TERM)
time.sleep(SSR_SET_SLEEP)
# Print configuration
fmc[i].print_adc_core_config()
# Print ADC config
fmc[i].print_adc_config()
# Perform an acquisition
print "\nAcquiring 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