|
def | __init__ (self, device, name) |
|
def | __init__ (self, name, filename=None) |
|
def | __str__ (self) |
|
Represents an attribute of an IIO device.
◆ __init__()
def iio.DeviceAttr.__init__ |
( |
|
self, |
|
|
|
device, |
|
|
|
name |
|
) |
| |
Initialize a new instance of the DeviceAttr class.
:param device: type=iio.Device
A valid instance of the iio.Device class.
:param name: type=str
The device attribute's name
returns: type=iio.DeviceAttr
A new instance of this class
The documentation for this class was generated from the following file: