The CN0554's circuit notes describes these functionalities (https://www.analog.com/en/resources/reference-designs/circuits-from-the-lab/CN0554.html#rd-description), however I have not found a way to access them. For instance, when I run the ltc2688_example.py (which is part of the pyadi-iio distribution), it comes up with the error :
'_channel_standard' object has no attribute 'toggle_state'
As a matter of fact, the toggle and dither attributes are not defined in the libiio, even in the version included in the 2023_r2 release.
Can anybody help me understand how to access these functionalities?
Thanks.