acq400_set_clk_trg

Usage
usage: acq400_set_clk_trg.py [-h] [--trg TRG] [--uut UUT]

Named Arguments

--trg

Which trigger to use. Default is soft.

Default: “d2”

--uut

Which UUT we are working with. Default is found using socket.

Default: “hoy6”

Outline:

A script to configure a UUT as master or slave depending on the position of the HDMI cable in the system.

Use case 1: Run on a specific UUT locally. Use case 2: Run remotely from a host by providing a UUT argument.

set_clk_trg(args)[source]
get_parser()[source]