diff options
Diffstat (limited to 'grc/data/platforms/python/blocks/wxgui_numbersink2.xml')
-rw-r--r-- | grc/data/platforms/python/blocks/wxgui_numbersink2.xml | 9 |
1 files changed, 2 insertions, 7 deletions
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 @@ <make>numbersink2.$(type.fcn)( self.GetWin(), unit=$units, - base_value=$base_value, minval=$min_value, maxval=$max_value, factor=$factor, @@ -66,12 +65,6 @@ self.GridAdd(self.$(id).win, $grid_pos[0], $grid_pos[1], $grid_pos[2], $grid_pos <type>real</type> </param> <param> - <name>Base Value</name> - <key>base_value</key> - <value>0.0</value> - <type>real</type> - </param> - <param> <name>Min Value</name> <key>min_value</key> <value>-100</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. </doc> </block> |