aboutsummaryrefslogtreecommitdiffstats
path: root/grc
diff options
context:
space:
mode:
authorDimitri Stolnikov <horiz0n@gmx.net>2017-06-11 22:04:03 +0200
committerDimitri Stolnikov <horiz0n@gmx.net>2017-06-11 22:04:03 +0200
commit3c7d3f166401b1af6afd903b8d2b9729e8897189 (patch)
tree71b43c31a9292f86b101be578944cc2dd4d4573b /grc
parenta3b4e5c815511aed75bee281831db941277496d8 (diff)
rtl,rtl_tcp: add bias=0|1 parameter to switch off|on bias voltage on
gpio0
Diffstat (limited to 'grc')
-rw-r--r--grc/gen_osmosdr_blocks.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/grc/gen_osmosdr_blocks.py b/grc/gen_osmosdr_blocks.py
index 3daa8a0..d1f2b1a 100644
--- a/grc/gen_osmosdr_blocks.py
+++ b/grc/gen_osmosdr_blocks.py
@@ -251,8 +251,8 @@ Lines ending with ... mean it's possible to bind devices together by specifying
rtl=serial_number ...
rtl=0[,rtl_xtal=28.8e6][,tuner_xtal=28.8e6] ...
rtl=1[,buffers=32][,buflen=N*512] ...
- rtl=2[,direct_samp=0|1|2][,offset_tune=0|1] ...
- rtl_tcp=127.0.0.1:1234[,psize=16384][,direct_samp=0|1|2][,offset_tune=0|1] ...
+ rtl=2[,direct_samp=0|1|2][,offset_tune=0|1][,bias=0|1] ...
+ rtl_tcp=127.0.0.1:1234[,psize=16384][,direct_samp=0|1|2][,offset_tune=0|1][,bias=0|1] ...
osmosdr=0[,buffers=32][,buflen=N*512] ...
file='/path/to/your file',rate=1e6[,freq=100e6][,repeat=true][,throttle=true] ...
netsdr=127.0.0.1[:50000][,nchan=2]