Public Member Functions | |
def | __init__ |
def | add_to_scope |
def | set_freq |
Set the center frequency we're interested in for all channels, on all rx daughterboards on MASTER and SLAVE. | |
def | set_freq_chan0 |
Set the center frequency we're interested in for rx chan 0 only on MASTER and SLAVE. | |
def | set_gain |
def | set_gain_chan0 |
def | onIdle |
def | sync_usrps |
Public Attributes | |
frame | |
panel | |
show_debug_info | |
multi | |
um | |
us | |
subdevm | |
subdevs | |
scope | |
sink_count | |
unsynced | |
myform |
def multi_usrp_oscope::app_flow_graph::__init__ | ( | self, | ||
frame, | ||||
panel, | ||||
vbox, | ||||
argv | ||||
) |
def multi_usrp_oscope::app_flow_graph::add_to_scope | ( | self, | ||
source_c, | ||||
show_q | ||||
) |
def multi_usrp_oscope::app_flow_graph::onIdle | ( | self, | ||
evt | ||||
) |
def multi_usrp_oscope::app_flow_graph::set_freq | ( | self, | ||
target_freq, | ||||
sync = True | ||||
) |
Set the center frequency we're interested in for all channels, on all rx daughterboards on MASTER and SLAVE.
target_freq,: | frequency in Hz | |
sync,: | sync the usrps after setting the freqs (this will clear any phase differences in the DDCS) : bool |
def multi_usrp_oscope::app_flow_graph::set_freq_chan0 | ( | self, | ||
target_freq, | ||||
sync = True | ||||
) |
Set the center frequency we're interested in for rx chan 0 only on MASTER and SLAVE.
target_freq,: | frequency in Hz | |
sync,: | sync the usrps after setting the freqs (this will clear any phase differences in the DDCS) : bool |
def multi_usrp_oscope::app_flow_graph::set_gain | ( | self, | ||
gain | ||||
) |
def multi_usrp_oscope::app_flow_graph::set_gain_chan0 | ( | self, | ||
gain | ||||
) |
def multi_usrp_oscope::app_flow_graph::sync_usrps | ( | self | ) |