pyadi-iio: Analog Devices python interfaces for hardware with Industrial I/O drivers pyadi-iio is a python abstraction module for ADI hardware with IIO drivers to make them easier to use. The libIIO interface although extremely flexible can be cumbersome to use due to the amount of boilerplate...
To simplify the use of different devices a python package was created interface with the different IIO drivers. The module pyadi-iio, provides device-specific APIs built on top of the current libIIO python bindings. These interfaces try to match the driver naming as much as possible without the...
pyadi-iio is a python abstraction module for ADI hardware with IIO drivers to make them easier to use. The libIIO interface although extremely flexible can be cumbersome to use due to the amount of boilerplate code required for even simple examples, especially when interfacing with buffers. This...
But I couldn't find any documentation about what these data corresponds. I also want to edit setting registers of the AD7124, is it possible with pyadi-iio? Is there any documentation? Thanks in advance
I attempted use a modified version of the example code provided on the Pyadi-iio repository to do this shown below: sdr = adi.adrv9002(uri="ip:192.168.1.233") sdr.interface_gain_chan0 = "0dB" sdr.rx_ensm_mode_chan0 = "rf_enabled" ...
Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {{ message }} commodo / pyadi-iio Public forked from analogdevicesinc/pyadi-iio Notifications You must be signed in to change notification settings Fork 0 Star 0 ...
trishaange01/pyadi-iio main BranchesTags Code Folders and files Name Last commit message Last commit date Latest commit Cannot retrieve latest commit at this time. History 1,522 Commits .github adi doc examples images test .codacy.yml .codespell-whitelist...
How can I use pyadi-iio to set ENSM=FDD and deselect TXNRX pin control? 3. For the AD9361, how would I select Rx2A vs Rx1A? 4. When enabling both channels (sdr.rx_enabled_channels =[0, 1]), how would I set the gains for each individual channel? I thought maybe: sdr.rx_...
I attempted use a modified version of the example code provided on the Pyadi-iio repository to do this shown below: sdr = adi.adrv9002(uri="ip:192.168.1.233") sdr.interface_gain_chan0 = "0dB" sdr.rx_ensm_mode_chan0 = "rf_enabled" ...
Breadcrumbs pyadi-iio / CODE_OF_CONDUCT.mdTop File metadata and controls Preview Code Blame 128 lines (93 loc) · 5.12 KB Raw Contributor Covenant Code of Conduct Our Pledge We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for...