|
libiio
|


Public Member Functions | |
| def | __init__ (self, device, name) |
Public Member Functions inherited from iio.DeviceAttr | |
| def | __init__ (self, device, name) |
Public Member Functions inherited from iio._Attr | |
| def | __init__ (self, name, filename=None) |
| def | __str__ (self) |
Additional Inherited Members | |
Properties inherited from iio._Attr | |
| name | |
| filename | |
| value | |
Represents a buffer attribute of an IIO device.
| def iio.DeviceBufferAttr.__init__ | ( | self, | |
| device, | |||
| name | |||
| ) |
Initialize a new instance of the DeviceBufferAttr class.
:param device: type=iio.Device
A valid instance of the iio.Device class.
:param name: type=str
The device buffer attribute's name
returns: type=iio.DeviceBufferAttr
A new instance of this class
1.8.13