USRP Dual Sourceusrp_dual_source_xfrom grc_gnuradio import usrp as grc_usrpgrc_usrp.dual_source_$(type.fcn)(
number=$number,
frequency_a=$frequency_a,
frequency_b=$frequency_b,
decimation=$decimation,
gain_a=$gain_a,
gain_b=$gain_b,
mux=$mux,
auto_tr=$auto_tr,
rx_ant_a=$rx_ant_a,
rx_ant_b=$rx_ant_b,
)set_decim_rate($decimation)set_frequency_a($frequency_a)set_gain_a($gain_a)set_frequency_b($frequency_b)set_gain_b($gain_b)Output TypetypeenumUnit Numbernumber0intFrequency Afrequency_arealFrequency Bfrequency_brealDecimationdecimationintGain Again_arealGain Bgain_brealMuxmux0x3210hexAuto T/Rauto_trNoneenumRX Antenna Brx_ant_aNoneenumRX Antenna Brx_ant_bNoneenum
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.