make_clktrg_chain

Usage
usage: make_clktrg_chain.py [-h] [--trg TRG] [--clk CLK] uuts [uuts ...]

Positional Arguments

uuts

uut : UUTM, UUTS …

Named Arguments

--trg

trigger fp|soft

Default: “fp”

--clk

clk 0=fp | intclk in Hz

Default: 0

Outline:

creates a CLK + TRG daisy chain using the SYNC (HDMI) ports

where UUTM is the ip-address or host name of first uut trigger on UUTM triggers all other slaves in the chain

make_chain(args)[source]
get_parser()[source]