WX GUI Number Sinkwxgui_numbersink2WX GUI Widgetsfrom gnuradio.wxgui import numbersink2#set $parent = $notebook() and 'self.%s.GetPage(%s)'%$notebook() or 'self'
numbersink2.$(type.fcn)(
$(parent).GetWin(),
unit=$units,
minval=$min_value,
maxval=$max_value,
factor=$factor,
decimal_places=$decimal_places,
ref_level=$ref_level,
sample_rate=$samp_rate,
number_rate=$number_rate,
average=$average,
avg_alpha=#if $avg_alpha() then $avg_alpha else 'None'#,
label=$title,
peak_hold=$peak_hold,
show_gauge=$show_gauge,
#if $win_size()
size=$win_size,
#end if
)
#if not $grid_pos()
$(parent).Add(self.$(id).win)
#else
$(parent).GridAdd(self.$(id).win, $(', '.join(map(str, $grid_pos()))))
#end ifTypetypecomplexenumTitletitleNumber PlotstringUnitsunitsUnitsstringSample Ratesamp_ratesamp_raterealMin Valuemin_value-100realMax Valuemax_value100realFactorfactor1.0realDecimal Placesdecimal_places10intReference Levelref_level0realNumber Ratenumber_rate15intPeak Holdpeak_holdFalseenum#if $peak_hold() == 'True' then 'none' else 'part'#AverageaverageFalseenumpartAverage Alphaavg_alpha0real#if $average() == 'True' then 'none' else 'all'#Show Gaugeshow_gaugeTrueenumWindow Sizewin_sizeint_vector#if $win_size() then 'none' else 'part'#Grid Positiongrid_posgrid_posNotebooknotebooknotebooknot $win_size or len($win_size) == 2in$type
Set Average Alpha to 0 for automatic setting.
Leave the window blank for the default size, otherwise enter a tuple of (width, height) pixels.
Use the Grid Position (row, column, row span, column span) to position the graphical element in the window.
Use the Notebook Param (notebook-id, page-index) to place the graphical element inside of a notebook page.
Incoming numbers are multiplied by the factor, and then added-to by the reference level.