QT GUI Time Sinkqtgui_time_sink_xQT GUI Widgetsfrom PyQt4 import Qtfrom gnuradio.qtgui import qtguifrom gnuradio.gr import firdesimport sip#set $win = 'self._%s_win'%$id
qtgui.$(type.fcn)(
$size, \#size
$bw, \#bw
$name, \#name
$nconnections \#number of inputs
)
self._$(id)_win = sip.wrapinstance(self.$(id).pyqwidget(), Qt.QWidget)
$(gui_hint()($win))set_time_domain_axis($min, $max)set_update_time($t)set_title($which, $title)set_color($which, $color)TypetypecomplexenumNamenameQT GUI PlotstringNumber of Pointssize1024intBandwidth (Hz)bwsamp_raterealNumber of Inputsnconnections1intpartGUI Hintgui_hintgui_hintpartin$type$nconnections
The GUI hint can be used to position the widget within the application. \
The hint is of the form [tab_id@tab_index]: [row, col, row_span, col_span]. \
Both the tab specification and the grid position are optional.