[23:09:50.885400] PothosGui.GraphBlock.init: Cant find block factory with path: '/gr/filter/freq_xlating_fir_filter'
[23:09:50.911400] PothosGui.GraphBlock.init: Cant find block factory with path: '/gr/blocks/complex_to_real'
[23:09:51.011400] PothosGui.GraphBlock.init: Cant find block factory with path: '/gr/blocks/complex_to_real'
[23:09:51.020400] PothosGui.GraphBlock.init: Cant find block factory with path: '/gr/filter/fir_filter'
Hi Josh,
Hi Josh,
<class Pothos::Object>
2016-06-24 19:59:11 Pothos.Block.work: /blocks/python_block: Proxy Exception Mes
sage: Proxy Handle Call Error: ManagedProxyHandle::call(extract): no available c
alls :<class Pothos::Object>
So I think that I am still not understanding how to use the extract() and other methods associated with the message object. Or I didn't actually build the pothos-python correctly.
I am building using Visual Studio 14 x64 and the Anaconda Python 3.5 distribution.
Any thoughts (or examples) that would help me?
Thanks,
Jim
Hi Josh,
Hi Josh,
Josh,
sdrSourceBlk.setFrequency(centerFreqHz)
sdrSourceBlk.setFrequency0("CORR", 78)
Case 2: Using setFrequency0() for both calls:
sdrSourceBlk.setFrequency0("RF", centerFreqHz)
sdrSourceBlk.setFrequency0("CORR", 78)
sdrSourceBlk.setFrequency(centerFreqHz, {"CORR", 78})
2016-07-08 19:27:34 SDRBlock: call setFrequency threw: Framework Block Call Not Found: Pothos::Block::call(setFrequency): method match failed