radiosd / PlutoSdr

Access and cotrol of PlutoSDR hardware using python bindings to libiio
GNU General Public License v2.0
30 stars 9 forks source link

PlutoSdr object has no attribute 'rx_sampling_frequency' #3

Closed thornicthorny closed 5 years ago

thornicthorny commented 5 years ago

PlutoSdr.capture() uses rx_sampling_frequency, but this attribute doesn't seem exist.

radiosd commented 5 years ago

Thank you for pointing this out. A correction has been made.

For this device the Tx and Rx sampling rates are always the same, so the distinction between rx and tx was removed.