def time_sink_f(*args, **kwargs):
  """
    time_sink_f(int size, double bw, string name, int nconnections = 1, 
        QWidget parent = None) -> qtgui_time_sink_f_sptr

    A graphical sink to display multiple signals in time.

    This is a QT-based graphical sink the takes set of a float streams and plots them in the time domain. Each signal is plotted with a different color, and the  and  functions can be used to change the lable and color for a given input number.
    """
  return _qtgui_swig.time_sink_f(*args, **kwargs)
Example #2
0
def time_sink_f(*args, **kwargs):
  """
    time_sink_f(int size, double bw, string name, int nconnections = 1, 
        QWidget parent = None) -> qtgui_time_sink_f_sptr

    A graphical sink to display multiple signals in time.

    This is a QT-based graphical sink the takes set of a float streams and plots them in the time domain. Each signal is plotted with a different color, and the  and  functions can be used to change the lable and color for a given input number.
    """
  return _qtgui_swig.time_sink_f(*args, **kwargs)
Example #3
0
def time_sink_f(*args, **kwargs):
  """
    time_sink_f(int size, double bw, string name, int nconnections = 1, 
        QWidget parent = None) -> qtgui_time_sink_f_sptr
    """
  return _qtgui_swig.time_sink_f(*args, **kwargs)