CLI may have been one of these:
./scope.py --args 'uhd,nchan=1,subdev=B:0' -g 65 -f 774193750 -o 50e3 -V -v 0 -T trunk.tsv
or
./scope.py --args 'uhd' -f 774193750 -V -T trunktsv
I'm thinking the commandline looked more like the latter, and I think the former produced a different result, like a segfault or something.
We really did not know what to try for nchan / subdev if we were even to include them in the args. Even with the documentation I've seen describing the args, its greek to me.
We tested without -g, -o and -V. We also tested various combinations of nchan1|2 and subdev A:0|B:0.
gr-osmosdr v0.1.4-8-g46bb1ad1 (0.1.5git) gnuradio 3.7.6git-255-gd0d286d3
built-in source types: file osmosdr fcd rtl rtl_tcp uhd hackrf bladerf rfspace
-- Operating over USB 2.
-- Initialize CODEC control...
-- Initialize Radio control...
-- Performing register loopback test... pass
-- Performing CODEC loopback test... pass
-- Asking for clock rate 32.000000 MHz...
-- Actually got clock rate 32.000000 MHz.
-- Performing timer loopback test... pass
-- Setting master clock rate selection to 'automatic'.
-- Using subdev spec 'A:A'.
gain: name: PGA range: start 0 stop 73 step 1
supported sample rates 62500-32000000 step 492
Using Volk machine: ssse3_32
-- Asking for clock rate 40.960000 MHz...
-- Actually got clock rate 40.960000 MHz.
-- Performing timer loopback test... pass
set_center_freq: 773431250
Traceback (most recent call last):
File "./scope.py", line 2817, in <module>
app = stdgui2.stdapp(p25_rx_block, "APCO P25 Receiver", 3)
File "/home/jcardani/target/lib/python2.7/dist-packages/gnuradio/wxgui/stdgui2.py", line 46, in __init__
wx.App.__init__ (self, redirect=False)
File "/usr/lib/python2.7/dist-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 7981, in __init__
self._BootstrapApp()
File "/usr/lib/python2.7/dist-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 7555, in _BootstrapApp
return _core_.PyApp__BootstrapApp(*args, **kwargs)
File "/home/jcardani/target/lib/python2.7/dist-packages/gnuradio/wxgui/stdgui2.py", line 49, in OnInit
frame = stdframe (self.top_block_maker, self.title, self._nstatus)
File "/home/jcardani/target/lib/python2.7/dist-packages/gnuradio/wxgui/stdgui2.py", line 76, in __init__
self.panel = stdpanel (self, self, top_block_maker)
File "/home/jcardani/target/lib/python2.7/dist-packages/gnuradio/wxgui/stdgui2.py", line 98, in __init__
self.top_block = top_block_maker (frame, self, vbox, sys.argv)
File "./scope.py", line 213, in __init__
self.open_usrp()
File "./scope.py", line 1158, in open_usrp
self.__set_rx_from_osmosdr()
File "./scope.py", line 907, in __set_rx_from_osmosdr
self.__build_graph(self.src, capture_rate)
File "./scope.py", line 238, in __build_graph
channel_rate = capture_rate // channel_decim
ZeroDivisionError: float divmod()