Advertisement
Guest User

Untitled

a guest
May 24th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. Generating: '/Users/fmagno/projs/sipLab/gnuRadio/tutorials/work/top_block.py'
  2.  
  3. Executing: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python -u /Users/fmagno/projs/sipLab/gnuRadio/tutorials/work/top_block.py
  4.  
  5. Traceback (most recent call last):
  6. File "/Users/fmagno/projs/sipLab/gnuRadio/tutorials/work/top_block.py", line 156, in <module>
  7. main()
  8. File "/Users/fmagno/projs/sipLab/gnuRadio/tutorials/work/top_block.py", line 144, in main
  9. tb = top_block_cls()
  10. File "/Users/fmagno/projs/sipLab/gnuRadio/tutorials/work/top_block.py", line 118, in __init__
  11. sample_rate=32000,
  12. File "/Users/fmagno/projs/sipLab/gnuRadio/tutorials/work/pwm.py", line 75, in __init__
  13. self.connect((self.sawTooth, 0), (self, 0))
  14. File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/gnuradio/gr/hier_block2.py", line 47, in wrapped
  15. func(self, src, src_port, dst, dst_port)
  16. File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/gnuradio/gr/hier_block2.py", line 110, in connect
  17. self.primitive_connect(*args)
  18. File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/gnuradio/gr/runtime_swig.py", line 5309, in primitive_connect
  19. return _runtime_swig.top_block_sptr_primitive_connect(self, *args)
  20. ValueError: destination port 0 out of range for Pulse Width Modulation(2)
  21.  
  22. >>> Done (return code 1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement