Advertisement
Guest User

Untitled

a guest
Jun 8th, 2012
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. ./smartnet2decode.py
  2. linux; GNU C++ version 4.4.3; Boost_104000; UHD_003.004.002-137-g49d4f8e4
  3.  
  4. gr-osmosdr supported device types: file fcd rtl rtl_tcp uhd
  5. Using device #0: Generic RTL2832U (e.g. hama nano)
  6. Found Elonics E4000 tuner
  7. Tuning to: 867500000.000000MHz
  8. Traceback (most recent call last):
  9. File "./smartnet2decode.py", line 381, in <module>
  10. main()
  11. File "./smartnet2decode.py", line 331, in main
  12. tb = my_top_block(options, queue)
  13. File "./smartnet2decode.py", line 78, in __init__
  14. print "Setting gain to %i" % options.gain
  15. TypeError: %d format: a number is required, not NoneType
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement