You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
artiq_exp | 2 years ago | |
99-local.rules | 2 years ago | |
README.md | 2 years ago | |
analyze_sayma_data.py | 1 year ago | |
get_and_plot_remote_sayma_data | 2 years ago | |
get_and_plot_sayma_data | 2 years ago | |
mch_start | 2 years ago | |
mch_stop | 2 years ago | |
metlino_routing.bin | 1 year ago | |
plot_sayma_data.py | 2 years ago | |
rp_get_sayma_data.py | 2 years ago | |
rp_ping_test | 2 years ago | |
rp_shutdown | 2 years ago | |
test_creotech | 1 year ago | |
test_mlabs | 1 year ago |
README.md
Automatic Test Scripts
Shell
(Remember to edit the settings in rp_ping_test
and rp_shutdown
and the test arguments passed to get_and_plot_sayma_data
according to your own setup!)
test_mlabs
: Run an automatically-timed test using M-Labs' current setuptest_creotech
: Run an automatically-timed test using Creotech's current setup
Data Collection & Analytics Tools
Python
(To see detailed usage, add --help
as an argument when running the script.)
rp_get_sayma_data.py
: Acquire and save data from RedPitayas over local networkplot_sayma_data.py
: Load saved data and output phase skew measurements and data plotsanalyze_sayma_data.py
: Generate a data analysis report from saved data records
Shell
get_and_plot_sayma_data
: Acquire and analyse data from RedPitayas over local networkget_and_plot_remote_sayma_data
: Acquire and analyse data from remote RedPitayas via SSH (often over different networks) to the local file system- Requires Python testsuite scripts present on the remote host
System Utilities
Shell
mch_start
: Power on the MCH and start logging serial outputs from Metlino and Saymasmch_stop
: Power off the MCH and stop logging serial outputs from Metlino and Saymasrp_ping_test
: Loop to ping a RedPitaya until it succeeds- The exit condition is where the RedPitaya is ready-to-use
rp_shutdown
: Shut down the OS of a RedPitaya and loop to ping it until it fails- The exit condition is where the RedPitaya is ready for hardware power-off