Buffer
Buffer.attrs
Buffer.device
Buffer.open()
Buffer.output
Buffer.scan_elements
Represents a hardware I/O buffer.
List of attributes for this buffer. type=dict of iio.Attr
Device for the buffer. type: iio.Device
Open this buffer for data streaming.
mask – type=ChannelsMask The channels mask used for streaming.
Returns True if the buffer is an output (TX) buffer. type: bool
List of scan elements (channels) associated with this buffer. type=list of iio.Channel