From 92326794e39e1753f5fcb20715c57ea0f537752e Mon Sep 17 00:00:00 2001 From: Ashwini Date: Tue, 10 Mar 2015 17:23:13 +0530 Subject: Deleted --- gr-input/grc/plot_sink.xml | 112 --------------------------------------------- 1 file changed, 112 deletions(-) delete mode 100755 gr-input/grc/plot_sink.xml (limited to 'gr-input/grc/plot_sink.xml') diff --git a/gr-input/grc/plot_sink.xml b/gr-input/grc/plot_sink.xml deleted file mode 100755 index 07022ea07..000000000 --- a/gr-input/grc/plot_sink.xml +++ /dev/null @@ -1,112 +0,0 @@ - - - - Plot Sink - plot_sink - Single Board Heater System - import gnuradio.input.plot_sink - #set $parent = $notebook() and 'self.%s.GetPage(%s)'%$notebook() or 'self' -gnuradio.input.plot_sink.plot_sink_$(type.fcn)( - $(parent).GetWin(), - title=$title, - vlen=$vlen, - decim=$decim, - gsz=$gsz, - zoom=$zoom, -) -#if not $grid_pos() -$(parent).Add(self.$(id).win) -#else -$(parent).GridAdd(self.$(id).win, $(', '.join(map(str, $grid_pos())))) -#end if - set_decim($decim) - - Type - type - enum - - - - - - - - Title - title - Scope Plot - string - - - Decimation - decim - 1 - int - - - Vec Length - vlen - 1 - int - - - - Graph size - gsz - 50 - int - - - History Required - zoom - 0 - int - - - - Grid Position - grid_pos - - grid_pos - - - Notebook - notebook - - notebook - - - $vlen > 0 - - in - $type - $vlen - - -Read samples from the input stream and \ -plot one in every decimation samples to the plot sink. - - -- cgit