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