libiio
|
Public Member Functions | |
def | __init__ (self, hostname=None) |
![]() | |
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) |
![]() | |
def | __init__ (self, hdl, parent) |
def | __eq__ (self, other) |
![]() | |
void | Dispose () |
Releases all resource used by the iio.IIOObject object. More... | |
Additional Inherited Members | |
![]() | |
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... | |
![]() | |
override void | Destroy () |
![]() | |
IIOObject (IntPtr hdl) | |
![]() | |
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 | |
Network IIO Context.
def iio.NetworkContext.__init__ | ( | self, | |
hostname = None |
|||
) |
Initialize a new instance of the Context class, using the network backend of the IIO library. :param hostname: type=str Hostname, IPv4 or IPv6 address where the IIO Daemon is running returns: type=iio.NetworkContext An new instance of this class