if I try to retrieve the currently loaded stream, I get this error: "AttributeError: property 'stream' of 'adrv9002' object has no getter"
I can't read 'profile' either. Can I read attributes "stream' and 'profile' somehow?
ADRV9002
Recommended for New Designs
The ADRV9002 is a highly integrated RF transceiver that has dual-channel transmitters, dual-channel receivers, integrated synthesizers, and digital signal...
Datasheet
ADRV9002 on Analog.com
if I try to retrieve the currently loaded stream, I get this error: "AttributeError: property 'stream' of 'adrv9002' object has no getter"
I can't read 'profile' either. Can I read attributes "stream' and 'profile' somehow?
No. Reading these properties back in the driver is not supported. You can't get back the original stream and profile files if thats what you are trying to do.
-Travis
Actually I was hoping the file name was stored on the device, so I could fully automate my testing.
The python layer does the file reading and not the driver so there is no concept of a file for the driver itself.
I would just modify your own code to store it locally to maintain that state.
-Travis