USRP Sourceusrp_simple_source_xfrom grc_gnuradio import usrp as grc_usrpgrc_usrp.simple_source_$(type.fcn)(
number=$number,
subdev_spec=$subdev_spec,
frequency=$frequency,
decimation=$decimation,
gain=$gain,
#if $mux.eval == hex(0)
mux=None,
#else
mux=$mux,
#end if
auto_tr=$auto_tr,
rx_ant=$rx_ant,
)set_decim_rate($decimation)set_frequency($frequency)set_gain($gain)Output TypetypeenumUnit Numbernumber0intSubdev Specsubdev_specautoenumFrequencyfrequencyrealDecimationdecimationintGaingainrealMuxmux0x0hexAuto T/Rauto_trNoneenumRX Antennarx_antNoneenum
The USRP source outputs 64 Megasamples per second / decimation.
--- Flex RF specific ---
The "Auto TR" and "RX Antenna" settings are flex rf specific and should be left at "Ignore" unless this is a flex rf board.
If enabled, "Auto Transmit/Receive Switching" handles the preference for transmit packets vs receive packets. \
By default, "Auto TR" is disabled.
The "Receive Antenna Setting" selects one of the SMA connectors as the data source. \
By default, 'TX/RX' is selected.