Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support of xo-correction value #175

Open
naj1024 opened this issue Feb 14, 2021 · 0 comments
Open

Add support of xo-correction value #175

naj1024 opened this issue Feb 14, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@naj1024
Copy link

naj1024 commented Feb 14, 2021

Support for the xo_correction value for pluto devices would be useful.
Although I understand that it could lead to requests for support of all the other device end points as well.
On ad936x.py:

@property
def xo_correction(self):
    return self._get_iio_dev_attr("xo_correction")

@xo_correction.setter
def xo_correction(self, value):
    self._set_iio_dev_attr_str("xo_correction", value)
@tfcollins tfcollins self-assigned this Mar 18, 2021
@tfcollins tfcollins added the enhancement New feature or request label Nov 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants