Constellation Sinkwxgui_constellationsink2from gnuradio.wxgui import scopesink2scopesink2.constellation_sink(
self.GetWin(),
title=$title,
sample_rate=$samp_rate,
frame_decim=$frame_decim,
)
self.$(id).win.$(marker)()
#set $grid_pos = $grid_pos.eval
#if not grid_pos
self.Add(self.$(id).win)
#else
self.GridAdd(self.$(id).win, $grid_pos[0], $grid_pos[1], $grid_pos[2], $grid_pos[3])
#end ifset_sample_rate($samp_rate)TitletitleConstellation PlotstringSample Ratesamp_ratesamp_raterealFrame Decimationframe_decim15intMarkermarkerset_format_plusenumGrid Positiongrid_posgrid_posincomplex
Use the Grid Position (row, column, row span, column span) to position the graphical element in the window.