summaryrefslogtreecommitdiff
path: root/gr-wxgui/src/python/scopesink_gl.py
Commit message (Collapse)AuthorAgeFilesLines
* Adds a new parameter "y_axis_label" to scopesink2 and the GRC .xml file that ↵Marcus Leech2010-10-171-0/+2
| | | | contains the string for the Y axis label. It defaults to 'Counts' to be consistent with the old version.
* Merge branch 'patches/marcus/stripchart'Johnathan Corgan2010-07-051-0/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gr-wxgui/src/python/scope_window.py * Adds new scope window trigger, TRIG_MODE_STRIPCHART * Allows config file selection of whether background window sinks still run * Allows config file selection of default trigger mode * Allows config file selection of default waterfall sink color mode [wxgui] #Setting this to true prevents the window sinks from stopping when they #are not displayed, as when they are in a notebook with a hidden tab. run_always = False # Default scope trigger mode. # # 0 = Freerun # 1 = Auto (default) # 2 = Normal # 3 = Stripchart trig_mode = 1 # Default waterfall sink color mode. Valid choices are 'rgb1', 'rbg2', # 'rgb3', or 'gray' waterfall_color = rgb1
| * gr-wxgui: adds stripchart trigger mode to graphics sinksMarcus D Leech2010-05-161-0/+2
| |
* | gr-wxgui: update copyrightsJohnathan Corgan2010-05-131-1/+1
| |
* | gr-wxgui: Renamed "emulate analog" feature to "use persistence"Johnathan Corgan2010-05-131-6/+6
| |
* | Merge remote branch 'nldudok1/gr-wxgui_emulate_analog' into masterJohnathan Corgan2010-05-131-7/+25
|\ \ | |/ |/| | | | | | | | | | | | | * nldudok1/gr-wxgui_emulate_analog: Add analog CRT screen afterglow emulation for gr-wxgui Conflicts: gr-wxgui/src/python/fftsink_gl.py gr-wxgui/src/python/fftsink_nongl.py
| * Add analog CRT screen afterglow emulation for gr-wxguiMartin Dudok van Heel2010-04-261-7/+25
| |
* | added v offset option to scopeJosh Blum2009-10-181-0/+2
|/
* setup special wxgui connect on sinks, needs testingJosh Blum2009-10-071-23/+26
|
* Modified log power fft block so ref scale is peak to peak.Josh Blum2009-08-311-1/+1
| | | | | | Tweaked fft sink autoscale routine to come up with better numbers. Modified scope sink ac couple block to use constant tap. The previous tap calculation would cause failure for very small sample rates.
* Merged r10875:10880 from jcorgan/t161 into trunk. Implements ticket:161, ↵jcorgan2009-04-191-3/+2
| | | | | | allowing multiple internal blocks to be connected to a hier_block2 external input. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10881 221aa14e-8319-0410-a670-987f0aec2ac5
* added catchall **kwargs to scope sink gljblum2009-04-021-0/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10745 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r10463:10658 from jblum/gui_guts into trunk. Trunk passes distcheck.jcorgan2009-03-201-48/+67
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10660 221aa14e-8319-0410-a670-987f0aec2ac5
* Replaced """! with """. Exclamation mark showed in doxygen docs. jblum2008-09-101-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9549 221aa14e-8319-0410-a670-987f0aec2ac5
* constsink in scope wrapper (backwards compadible)jblum2008-08-141-3/+3
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9294 221aa14e-8319-0410-a670-987f0aec2ac5
* more backwards compadibility, marker for scope/xy plotterjblum2008-08-141-0/+4
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9293 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged changeset r9241:9289 from jblum/glwxgui into trunk. Adds OpenGL ↵jcorgan2008-08-141-0/+183
versions of fftsink, waterfallsink, and scopesink, and new constsink. See README.gl for use. (Josh Blum) git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9290 221aa14e-8319-0410-a670-987f0aec2ac5