hil_ai_only module

hil_ai_only.py is a script that configures a signal generator along with a UUT to take repeated transient captures. This is similar to a hardware in the loop test, only with the AO module replaced by the sig gen.

Data is saved (muxed) to disk.

Example usage:

Capture for 4 loops:
>>> python hil_ai_only.py --loop=4 --verbose=1 --wait_user=1 <UUT name>
Capture for infinty:
>>> python hil_ai_only.py --loop=-1 --verbose=1 <UUT name>
hil_ai_only.configure_ai(args, uut)[source]
hil_ai_only.configure_sig_gen(args)[source]
hil_ai_only.make_data_dir(directory, verbose)[source]
hil_ai_only.run_main()[source]
hil_ai_only.run_shots(args)[source]