summaryrefslogtreecommitdiff
path: root/gr-wxgui/src/python/scopesink_gl.py
AgeCommit message (Collapse)Author
2012-04-13Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau
this in the future. The sed script was provided by Moritz Fischer.
2010-10-17Adds a new parameter "y_axis_label" to scopesink2 and the GRC .xml file that ↵Marcus Leech
contains the string for the Y axis label. It defaults to 'Counts' to be consistent with the old version.
2010-07-05Merge branch 'patches/marcus/stripchart'Johnathan Corgan
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
2010-05-16gr-wxgui: adds stripchart trigger mode to graphics sinksMarcus D Leech
2010-05-13gr-wxgui: update copyrightsJohnathan Corgan
2010-05-13gr-wxgui: Renamed "emulate analog" feature to "use persistence"Johnathan Corgan
2010-05-13Merge remote branch 'nldudok1/gr-wxgui_emulate_analog' into masterJohnathan Corgan
* 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
2010-04-26Add analog CRT screen afterglow emulation for gr-wxguiMartin Dudok van Heel
2009-10-18added v offset option to scopeJosh Blum
2009-10-07setup special wxgui connect on sinks, needs testingJosh Blum
2009-08-31Modified log power fft block so ref scale is peak to peak.Josh Blum
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.
2009-04-19Merged r10875:10880 from jcorgan/t161 into trunk. Implements ticket:161, ↵jcorgan
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
2009-04-02added catchall **kwargs to scope sink gljblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10745 221aa14e-8319-0410-a670-987f0aec2ac5
2009-03-20Merged r10463:10658 from jblum/gui_guts into trunk. Trunk passes distcheck.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10660 221aa14e-8319-0410-a670-987f0aec2ac5
2008-09-10Replaced """! with """. Exclamation mark showed in doxygen docs. jblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9549 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-14constsink in scope wrapper (backwards compadible)jblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9294 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-14more backwards compadibility, marker for scope/xy plotterjblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9293 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-14Merged changeset r9241:9289 from jblum/glwxgui into trunk. Adds OpenGL ↵jcorgan
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