run_gpg module

configure and run gpg on uut run_gpg.py [opts] uut

usage: run_gpg.py [-h] [--trg TRG] [--clk CLK] [--mode MODE]
[--disable DISABLE] [--stl STL] [--waterfall WATERFALL] [--trace TRACE] [--hdmi_master HDMI_MASTER] uut

run_gpg

positional arguments:
uut uut
optional arguments:
-h, --help show this help message and exit
--trg TRG trigger fp|soft|softloop|softonce
--clk CLK clk int|dX|notouch
--mode MODE mode
--disable DISABLE
 1: disable
--stl STL stl file
--waterfall WATERFALL
 d0,d1,d2,d3 waterfall [interval,hitime]
--trace TRACE trace wire protocol
--hdmi_master HDMI_MASTER
 clk, trg and gpg drive HDMI outputs
run_gpg.gen_stl(uut, pulse_train, args)[source]
run_gpg.load_stl(uut, stl)[source]
run_gpg.make_waterfall(uut, interval, hitime, states)[source]
run_gpg.run_gpg(args)[source]
run_gpg.run_main()[source]
run_gpg.set_hdmi_master(uut)[source]
run_gpg.soft_trigger_loop(uut)[source]