Waterfall Sinkwxgui_waterfallsink2from gnuradio.wxgui import waterfallsink2#set $parent = $notebook() and 'self.%s.GetPage(%s)'%$notebook() or 'self'
waterfallsink2.$(type.fcn)(
$(parent).GetWin(),
baseband_freq=$baseband_freq,
dynamic_range=$dynamic_range,
ref_level=$ref_level,
sample_rate=$samp_rate,
fft_size=$fft_size,
fft_rate=$fft_rate,
average=$options.average,
avg_alpha=#if $avg_alpha() then $avg_alpha else 'None'#,
title=$title,
)
#if not $grid_pos()
$(parent).Add(self.$(id).win)
#else
$(parent).GridAdd(self.$(id).win, $(', '.join(map(str, $grid_pos()))))
#end ifset_baseband_freq($baseband_freq)set_sample_rate($samp_rate)TypetypecomplexenumTitletitleWaterfall PlotstringSample Ratesamp_ratesamp_raterealBaseband Freqbaseband_freq0realDynamic Rangedynamic_range100realReference Levelref_level50realFFT Sizefft_size512intFFT Ratefft_rate15intAverage Alphaavg_alpha0realOptionsoptionsnoneenumGrid Positiongrid_posgrid_posNotebooknotebooknotebookin$type
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.
Use the Notebook Param (notebook-id, page-index) to place the graphical element inside of a notebook page.