You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The rx_samples_to_file script throws Error: LookupError: IndexError: multi_usrp: RX channel 18446744073709551615 out of range for configured RX frontends, because the set_rx_gain command has uhd::usrp::multi_usrp::ALL_CHANS
Deleting the chans parameter solved the issue
Setup Details
B205
Steps to reproduce the problem
run rx_samples_to_file with --gain
Version
the bug still exists in the master branch
The text was updated successfully, but these errors were encountered:
Issue Description
The rx_samples_to_file script throws Error: LookupError: IndexError: multi_usrp: RX channel 18446744073709551615 out of range for configured RX frontends, because the set_rx_gain command has uhd::usrp::multi_usrp::ALL_CHANS
Deleting the chans parameter solved the issue
Setup Details
B205
Steps to reproduce the problem
run rx_samples_to_file with --gain
Version
the bug still exists in the master branch
The text was updated successfully, but these errors were encountered: