Public Member Functions | |
def | __init__ |
def | __getattr__ |
def | start |
def | stop |
def | run |
def | wait |
def | connect |
connect requires one or more arguments that can be coerced to endpoints. | |
def | disconnect |
connect requires one or more arguments that can be coerced to endpoints. |
def gnuradio::gr::top_block::top_block::__getattr__ | ( | self, | ||
name | ||||
) |
def gnuradio::gr::top_block::top_block::__init__ | ( | self, | ||
name = "top_block" | ||||
) |
def gnuradio::gr::top_block::top_block::connect | ( | self, | ||
points | ||||
) |
connect requires one or more arguments that can be coerced to endpoints.
If more than two arguments are provided, they are connected together successively.
def gnuradio::gr::top_block::top_block::disconnect | ( | self, | ||
points | ||||
) |
connect requires one or more arguments that can be coerced to endpoints.
If more than two arguments are provided, they are disconnected successively.
def gnuradio::gr::top_block::top_block::run | ( | self | ) |
def gnuradio::gr::top_block::top_block::start | ( | self | ) |
def gnuradio::gr::top_block::top_block::stop | ( | self | ) |
def gnuradio::gr::top_block::top_block::wait | ( | self | ) |