I'm using the latest rev of LIBIIO (the new version 1.0.0), and the latest rev of PYADI-IIO (rev 0.0.18). But when I run this code, I get an error:
my_sdr = adi.ad9361(uri="ip:192.168.2.1")
my_sdr._rxadc.set_kernel_buffers_count(1)
I use that attribute a lot, and now it seems to be missing? If I use rev 0.25 of LIBIIO, then it all works. But it seems like rev 1.0.0 has moved or deleted it? Can you tell me where it is? Or is it some interaction with PYADI-IIO that needs to be updated?
Thanks,
- Jon