tek-getwave: retrieve waveforms from Tektronix MDO series oscilloscopes
Copyright © 2020 D Scott Guthridge <scott-guthridge@rompromity.net>

Build and Install:
    $ ./bootstrap	# If building from git; skip if building from tarball.
    $ ./configure
    $ make
    # make install

Example usage:
    tek-getwave ch1 ch2 > wave.out

    gnuplot - << \HERE
    plot 'wave.out' index 0, '' index 1
    pause 10
    HERE
