|
libiio
|


Public Member Functions | |
| def | __init__ (self) |
Public Member Functions inherited from iio.Context | |
| Context (string uri=null) | |
| Initializes a new instance of the iio.Context class, using the provided URI. More... | |
| Context | clone () |
| Clone this instance. More... | |
| Device | get_device (string name) |
| Get the iio.Device object of the specified name. More... | |
| void | set_timeout (uint timeout) |
| Set a timeout for I/O operations. More... | |
| def | __init__ (self, _context=None) |
| def | __del__ (self) |
| def | set_timeout (self, timeout) |
| def | find_device (self, name_or_id_or_label) |
Public Member Functions inherited from iio._IIO_Object | |
| def | __init__ (self, hdl, parent) |
| def | __eq__ (self, other) |
Public Member Functions inherited from iio.IIOObject | |
| void | Dispose () |
| Releases all resource used by the iio.IIOObject object. More... | |
Additional Inherited Members | |
Public Attributes inherited from iio.Context | |
| readonly string | xml |
| A XML representation of the current context. More... | |
| readonly string | name |
| The name of the current context. More... | |
| readonly string | description |
| Retrieve a human-readable information string about the current context. More... | |
| readonly Version | library_version |
| Retrieve a information about the version context. More... | |
| readonly List< Device > | devices |
A List of all the IIO devices present on the current context. More... | |
Protected Member Functions inherited from iio.Context | |
| override void | Destroy () |
Protected Member Functions inherited from iio.IIOObject | |
| IIOObject (IntPtr hdl) | |
Properties inherited from iio.Context | |
| Dictionary< string, string > | attrs [get] |
A Dictionary of all the attributes of the current channel. (key, value) = (name, value) More... | |
| name | |
| description | |
| xml | |
| version | |
| attrs | |
| devices | |
Local IIO Context.
| def iio.LocalContext.__init__ | ( | self | ) |
Initialize a new instance of the Context class, using the local backend of the IIO library.
returns: type=iio.LocalContext
An new instance of this class
1.8.13