diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-02-11 17:48:25 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-02-11 18:08:02 +0100 |
commit | 5c786802afdbaf63f6a34f55995eae457e118059 (patch) | |
tree | 08357408209d40d5b11f6360d532bb1eda751b7a /doc/example.ini | |
parent | ecddfa9c39353062282a2bdd09266709e6dda04a (diff) | |
download | dabmod-5c786802afdbaf63f6a34f55995eae457e118059.tar.gz dabmod-5c786802afdbaf63f6a34f55995eae457e118059.tar.bz2 dabmod-5c786802afdbaf63f6a34f55995eae457e118059.zip |
add channel config option to UHD output
Diffstat (limited to 'doc/example.ini')
-rw-r--r-- | doc/example.ini | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/example.ini b/doc/example.ini index 97c6368..31c28fa 100644 --- a/doc/example.ini +++ b/doc/example.ini @@ -54,7 +54,9 @@ filename=/dev/stdout [uhdoutput] device=master_clock_rate=32768000,type=b100 -frequency=234208000 +; you must specify either frequency or channel +;frequency=234208000 +channel=13C txgain=0 ; possible values : internal, external, MIMO |