USRP Dual Sinkusrp_dual_sink_xfrom grc_gnuradio import usrp as grc_usrpgrc_usrp.dual_sink_$(type.fcn)(
number=$number,
frequency_a=$frequency_a,
frequency_b=$frequency_b,
interpolation=$interpolation,
gain_a=$gain_a,
gain_b=$gain_b,
mux=$mux,
auto_tr=$auto_tr,
tx_enb_a=$tx_enb_a,
tx_enb_b=$tx_enb_b,
)set_interp_rate($interpolation)set_frequency_a($frequency_a)set_gain_a($gain_a)set_frequency_b($frequency_b)set_gain_b($gain_b)Input TypetypeenumUnit Numbernumber0intFrequency Afrequency_arealFrequency Bfrequency_brealInterpolationinterpolationintGain Again_arealGain Bgain_brealMuxmux0xba98hexAuto T/Rauto_trNoneenumTX Enable Atx_enb_aNoneenumTX Enable Btx_enb_bNoneenumAin$typeBin$type
The USRP sink inputs 128 Megasamples per second / interpolation.
--- Flex RF specific ---
The "Auto TR" and "TX Enable" 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 "Transmit Enable" configures the transmitter to be on or off. \
Do not leave this unconfigured.