I am new to an existing project developing a product using the ADVR9002. I am trying (really I am) but it's complicated. I'm not even sure what questions to ask or how to ask them.
How do I get an RSSI reading using python? I see it in IIOscope, but can't track it down in the python API.
iio.version: 0, 25, 'b6028fd'
>>> sdr.api_version
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'adrv9002' object has no attribute 'api_version'
I believe that finding that simple answer will open a new world for me.