uhd/host/examples/python
Martin Braun 113b3262d3 examples: benchmark_rate.py: Add ?x_stream_args args
This allows adding stream args to the Python version of benchmark_rate
in the same way as for the C++ version, e.g.:

python3 ./benchmark_rate.py \
    --args addr=192.168.40.2,num_poll_offload_threads=4 \
    --rx_stream_args \
        recv_offload=1,num_recv_frames=32,recv_offload_wait_mode=poll \
    --tx_stream_args \
        send_offload=1,num_send_frames=32,send_offload_wait_mode=poll \
    [... other arguments ...]
2019-11-26 12:21:33 -08:00
..
benchmark_rate.py examples: benchmark_rate.py: Add ?x_stream_args args 2019-11-26 12:21:33 -08:00
CMakeLists.txt cmake: Update coding style to use lowercase commands 2018-11-14 14:10:09 -08:00
curses_fft.py python: Added curses frequency plot example 2018-06-20 19:02:32 -05:00
rx_to_file.py python: Separating exposed Python data structures 2018-06-20 19:02:32 -05:00
tx_waveforms.py python: Separating exposed Python data structures 2018-06-20 19:02:32 -05:00