libiio
Public Member Functions | Properties | List of all members
iio._Attr Class Reference
Inheritance diagram for iio._Attr:
Inheritance graph
[legend]
Collaboration diagram for iio._Attr:
Collaboration graph
[legend]

Public Member Functions

def __init__ (self, name, filename=None)
 
def __str__ (self)
 

Properties

 name
 
 filename
 
 value
 

Property Documentation

◆ filename

iio._Attr.filename
static
Initial value:
= property(
lambda self: self._filename,
None,
None,
"The filename in sysfs to which this attribute is bound.\n\ttype=str",
)

◆ name

iio._Attr.name
static
Initial value:
= property(
lambda self: self._name, None, None, "The name of this attribute.\n\ttype=str"
)

◆ value

iio._Attr.value
static
Initial value:
= property(
lambda self: self._read(),
lambda self, x: self._write(x),
None,
"Current value of this attribute.\n\ttype=str",
)

The documentation for this class was generated from the following file: