
Public Member Functions | |
| def | __init__ |
| def | set_interp_rate |
A single usrp sink of IO type short or complex.
Definition at line 186 of file simple_usrp.py.
| def grc_gnuradio.usrp.simple_usrp._simple_sink.__init__ | ( | self, | ||
| number, | ||||
| subdev_spec, | ||||
| frequency, | ||||
| interpolation, | ||||
| gain, | ||||
mux = None, |
||||
auto_tr = None, |
||||
tx_enb = None | ||||
| ) |
USRP simple sink contructor.
| number | the unit number | |
| subdev_spec | the sub-device specification tuple | |
| frequency | the frequency to tune | |
| interpolation | the device interpolation | |
| gain | the gain to set | |
| mux | the mux in hex or None | |
| auto_tr | auto transmit/receive True, False, or None | |
| tx_enb | the transmit enable: True, False, or None |
Definition at line 189 of file simple_usrp.py.
| def grc_gnuradio.usrp.simple_usrp._simple_sink.set_interp_rate | ( | self, | ||
| interp | ||||
| ) |
Definition at line 218 of file simple_usrp.py.
1.5.4