From efc3d118fe6e2386da9cf3d8a4a09df0efa749b1 Mon Sep 17 00:00:00 2001 From: jblum Date: Fri, 29 May 2009 00:25:16 +0000 Subject: removed defunct base_value parameter from numbersink git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11162 221aa14e-8319-0410-a670-987f0aec2ac5 --- grc/data/platforms/python/blocks/wxgui_numbersink2.xml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'grc/data/platforms/python') diff --git a/grc/data/platforms/python/blocks/wxgui_numbersink2.xml b/grc/data/platforms/python/blocks/wxgui_numbersink2.xml index af0281f6a..7cc90b697 100644 --- a/grc/data/platforms/python/blocks/wxgui_numbersink2.xml +++ b/grc/data/platforms/python/blocks/wxgui_numbersink2.xml @@ -11,7 +11,6 @@ numbersink2.$(type.fcn)( self.GetWin(), unit=$units, - base_value=$base_value, minval=$min_value, maxval=$max_value, factor=$factor, @@ -65,12 +64,6 @@ self.GridAdd(self.$(id).win, $grid_pos[0], $grid_pos[1], $grid_pos[2], $grid_pos samp_rate real - - Base Value - base_value - 0.0 - real - Min Value min_value @@ -172,5 +165,7 @@ self.GridAdd(self.$(id).win, $grid_pos[0], $grid_pos[1], $grid_pos[2], $grid_pos Set Average Alpha to 0 for automatic setting. Use the Grid Position (row, column, row span, column span) to position the graphical element in the window. + +Incoming numbers are multiplied by the factor, and then added-to by the reference level. -- cgit