acq400_rtm_stream

Usage
usage: acq400_rtm_stream.py [-h] [--rtm_translen RTM_TRANSLEN] [--data_dir DATA_DIR] uut [uut ...]

Positional Arguments

uut

Name of uut to stream.

Named Arguments

--rtm_translen

How many samples to capture after each trigger.

Default: 4096

--data_dir

Where to store your data. If left as default then data will be stored under [uut_name]_[datetime]

Default: “default”

Outline:

A python script to start a stream and pull data from port 4210.

Once the data is pulled it is sorted by channel and saved to files in channelised order.

create_data_dir(args)[source]

A function to create the new directory in which to store data.

configure_uut(args, uut)[source]

A function to configure the UUT for an RTM capture.

class FileSink[source]

Bases: object

__init__(args)[source]
FileSinkFun(args)[source]
main(args)[source]
get_parser()[source]