│ │ │ │ │ │ │ │
│ │ │ │

Contexts

│ │ │ │
│ │ │ │

Members

│ │ │ │
│ │ │ │ +
│ │ │ │ +class iio.LocalContext[source]
│ │ │ │ +

Local IIO Context.

│ │ │ │ +
│ │ │ │ +
│ │ │ │ +property attrs
│ │ │ │ +

List of context-specific attributes │ │ │ │ +type=dict of str objects

│ │ │ │ +
│ │ │ │ + │ │ │ │ +
│ │ │ │ +
│ │ │ │ +clone()
│ │ │ │ +

Clone this instance.

│ │ │ │ +
│ │ │ │ +
returns: type=iio.LocalContext

An new instance of this class

│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + │ │ │ │ +
│ │ │ │ +
│ │ │ │ +property description
│ │ │ │ +

Description of this IIO context. │ │ │ │ +type=str

│ │ │ │ +
│ │ │ │ + │ │ │ │ +
│ │ │ │ +
│ │ │ │ +property devices
│ │ │ │ +

List of devices contained in this context. │ │ │ │ +type=list of iio.Device and iio.Trigger objects

│ │ │ │ +
│ │ │ │ + │ │ │ │ +
│ │ │ │ +
│ │ │ │ +find_device(name_or_id_or_label)
│ │ │ │ +

Find a IIO device by its name, ID or label.

│ │ │ │ +
│ │ │ │ +
Parameters:
│ │ │ │ +

name_or_id_or_label – type=str │ │ │ │ +The name, ID or label of the device to find

│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
returns: type=iio.Device or type=iio.Trigger

The IIO Device

│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + │ │ │ │ +
│ │ │ │ +
│ │ │ │ +property name
│ │ │ │ +

Name of this IIO context. │ │ │ │ +type=str

│ │ │ │ +
│ │ │ │ + │ │ │ │ +
│ │ │ │ +
│ │ │ │ +set_timeout(timeout)
│ │ │ │ +

Set a timeout for I/O operations.

│ │ │ │ +
│ │ │ │ +
Parameters:
│ │ │ │ +

timeout – type=int │ │ │ │ +The timeout value, in milliseconds

│ │ │ │ +
│ │ │ │ +
│ │ │ │ +
│ │ │ │ + │ │ │ │ +
│ │ │ │ +
│ │ │ │ +property version
│ │ │ │ +

Version of the backend. │ │ │ │ +type=(int, int, str)

│ │ │ │ +
│ │ │ │ + │ │ │ │ +
│ │ │ │ +
│ │ │ │ +property xml
│ │ │ │ +

XML representation of the current context. │ │ │ │ +type=str

│ │ │ │ +
│ │ │ │ + │ │ │ │ +
│ │ │ │ + │ │ │ │ +
│ │ │ │
│ │ │ │ class iio.XMLContext(xmlfile)[source]
│ │ │ │

XML IIO Context.

│ │ │ │
│ │ │ │
│ │ │ │ property attrs
│ │ │ │

List of context-specific attributes │ │ │ │ ├── html2text {} │ │ │ │ │ @@ -1,9 +1,39 @@ │ │ │ │ │ ************ CCoonntteexxttss_?¶ ************ │ │ │ │ │ ********** MMeemmbbeerrss_?¶ ********** │ │ │ │ │ + ccllaassss iio.LocalContext_[_s_o_u_r_c_e_]_¶ │ │ │ │ │ + Local IIO Context. │ │ │ │ │ + pprrooppeerrttyy attrs_¶ │ │ │ │ │ + List of context-specific attributes type=dict of str objects │ │ │ │ │ + clone()_¶ │ │ │ │ │ + Clone this instance. │ │ │ │ │ + returns: type=iio.LocalContext │ │ │ │ │ + An new instance of this class │ │ │ │ │ + pprrooppeerrttyy description_¶ │ │ │ │ │ + Description of this IIO context. type=str │ │ │ │ │ + pprrooppeerrttyy devices_¶ │ │ │ │ │ + List of devices contained in this context. type=list of iio.Device │ │ │ │ │ + and iio.Trigger objects │ │ │ │ │ + find_device(nnaammee__oorr__iidd__oorr__llaabbeell)_¶ │ │ │ │ │ + Find a IIO device by its name, ID or label. │ │ │ │ │ + Parameters: │ │ │ │ │ + nnaammee__oorr__iidd__oorr__llaabbeell – type=str The name, ID or label of the │ │ │ │ │ + device to find │ │ │ │ │ + returns: type=iio.Device or type=iio.Trigger │ │ │ │ │ + The IIO Device │ │ │ │ │ + pprrooppeerrttyy name_¶ │ │ │ │ │ + Name of this IIO context. type=str │ │ │ │ │ + set_timeout(ttiimmeeoouutt)_¶ │ │ │ │ │ + Set a timeout for I/O operations. │ │ │ │ │ + Parameters: │ │ │ │ │ + ttiimmeeoouutt – type=int The timeout value, in milliseconds │ │ │ │ │ + pprrooppeerrttyy version_¶ │ │ │ │ │ + Version of the backend. type=(int, int, str) │ │ │ │ │ + pprrooppeerrttyy xml_¶ │ │ │ │ │ + XML representation of the current context. type=str │ │ │ │ │ ccllaassss iio.XMLContext(xxmmllffiillee)_[_s_o_u_r_c_e_]_¶ │ │ │ │ │ XML IIO Context. │ │ │ │ │ pprrooppeerrttyy attrs_¶ │ │ │ │ │ List of context-specific attributes type=dict of str objects │ │ │ │ │ clone()_¶ │ │ │ │ │ Clone this instance. │ │ │ │ │ returns: type=iio.LocalContext │ │ │ ├── ./usr/share/doc/libiio0-doc/v0.26/python/genindex.html │ │ │ │ @@ -58,19 +58,19 @@ │ │ │ │ │ │ │ │

│ │ │ │ - │ │ │ │ - │ │ │ │ │ │ │ │ │ │ │ │ @@ -265,14 +273,18 @@ │ │ │ │
  • label (iio.Device property) │ │ │ │ │ │ │ │
  • │ │ │ │ │ │ │ │ + │ │ │ │ │ │ │ │ │ │ │ │

    M

    │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │
    │ │ │ │ │ │ │ │

    T

    │ │ │ │ @@ -393,17 +409,19 @@ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │

    W

    │ │ │ │ @@ -421,17 +439,19 @@ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │

    X

    │ │ │ │ │ │ │ │ │ │ │ │
      │ │ │ │
    • XMLContext (class in iio) │ │ │ │
    • │ │ │ │ ├── html2text {} │ │ │ │ │ @@ -1,95 +1,105 @@ │ │ │ │ │ ************ IInnddeexx ************ │ │ │ │ │ _AA | _BB | _CC | _DD | _FF | _HH | _II | _LL | _MM | _NN | _RR | _SS | _TT | _VV | _WW | _XX │ │ │ │ │ ********** AA ********** │ │ │ │ │ - * _A_r_g_u_m_e_n_t_s_ _(_c_l_a_s_s_ _i_n_ _i_i_o___a_t_t_r_) * _a_t_t_r_s_ _(_i_i_o_._D_e_v_i_c_e_ _p_r_o_p_e_r_t_y_) │ │ │ │ │ - o _(_c_l_a_s_s_ _i_n_ _i_i_o___r_e_a_d_d_e_v_) o _(_i_i_o_._N_e_t_w_o_r_k_C_o_n_t_e_x_t_ _p_r_o_p_e_r_t_y_) │ │ │ │ │ - o _(_c_l_a_s_s_ _i_n_ _i_i_o___w_r_i_t_e_d_e_v_) o _(_i_i_o_._T_r_i_g_g_e_r_ _p_r_o_p_e_r_t_y_) │ │ │ │ │ - o _(_i_i_o_._X_M_L_C_o_n_t_e_x_t_ _p_r_o_p_e_r_t_y_) │ │ │ │ │ + * _A_r_g_u_m_e_n_t_s_ _(_c_l_a_s_s_ _i_n_ _i_i_o___a_t_t_r_) │ │ │ │ │ + o _(_c_l_a_s_s_ _i_n_ _i_i_o___r_e_a_d_d_e_v_) │ │ │ │ │ + o _(_c_l_a_s_s_ _i_n_ _i_i_o___w_r_i_t_e_d_e_v_) │ │ │ │ │ + * _a_t_t_r_s_ _(_i_i_o_._D_e_v_i_c_e_ _p_r_o_p_e_r_t_y_) │ │ │ │ │ + o _(_i_i_o_._L_o_c_a_l_C_o_n_t_e_x_t_ _p_r_o_p_e_r_t_y_) │ │ │ │ │ + o _(_i_i_o_._N_e_t_w_o_r_k_C_o_n_t_e_x_t_ _p_r_o_p_e_r_t_y_) │ │ │ │ │ + o _(_i_i_o_._T_r_i_g_g_e_r_ _p_r_o_p_e_r_t_y_) │ │ │ │ │ + o _(_i_i_o_._X_M_L_C_o_n_t_e_x_t_ _p_r_o_p_e_r_t_y_) │ │ │ │ │ ********** BB ********** │ │ │ │ │ * _b_u_f_f_e_r___a_t_t_r_s_ _(_i_i_o_._D_e_v_i_c_e_ _p_r_o_p_e_r_t_y_) * _B_u_f_f_e_r_B_u_i_l_d_e_r_ _(_c_l_a_s_s_ _i_n │ │ │ │ │ o _(_i_i_o_._T_r_i_g_g_e_r_ _p_r_o_p_e_r_t_y_) _i_i_o___r_e_a_d_d_e_v_) │ │ │ │ │ o _(_c_l_a_s_s_ _i_n_ _i_i_o___w_r_i_t_e_d_e_v_) │ │ │ │ │ ********** CC ********** │ │ │ │ │ * _c_h_a_n_n_e_l_s_ _(_i_i_o_._D_e_v_i_c_e_ _p_r_o_p_e_r_t_y_) * _c_r_e_a_t_e_(_)_ _(_i_i_o___a_t_t_r_._C_o_n_t_e_x_t_B_u_i_l_d_e_r │ │ │ │ │ o _(_i_i_o_._T_r_i_g_g_e_r_ _p_r_o_p_e_r_t_y_) _m_e_t_h_o_d_) │ │ │ │ │ - * _c_l_o_n_e_(_)_ _(_i_i_o_._N_e_t_w_o_r_k_C_o_n_t_e_x_t o _(_i_i_o___r_e_a_d_d_e_v_._B_u_f_f_e_r_B_u_i_l_d_e_r │ │ │ │ │ + * _c_l_o_n_e_(_)_ _(_i_i_o_._L_o_c_a_l_C_o_n_t_e_x_t o _(_i_i_o___r_e_a_d_d_e_v_._B_u_f_f_e_r_B_u_i_l_d_e_r │ │ │ │ │ _m_e_t_h_o_d_) _m_e_t_h_o_d_) │ │ │ │ │ - o _(_i_i_o_._X_M_L_C_o_n_t_e_x_t_ _m_e_t_h_o_d_) o _(_i_i_o___r_e_a_d_d_e_v_._C_o_n_t_e_x_t_B_u_i_l_d_e_r │ │ │ │ │ + o _(_i_i_o_._N_e_t_w_o_r_k_C_o_n_t_e_x_t o _(_i_i_o___r_e_a_d_d_e_v_._C_o_n_t_e_x_t_B_u_i_l_d_e_r │ │ │ │ │ + _m_e_t_h_o_d_) _m_e_t_h_o_d_) │ │ │ │ │ + o _(_i_i_o_._X_M_L_C_o_n_t_e_x_t_ _m_e_t_h_o_d_) o _(_i_i_o___w_r_i_t_e_d_e_v_._B_u_f_f_e_r_B_u_i_l_d_e_r │ │ │ │ │ * _c_o_n_t_e_x_t_ _(_i_i_o_._D_e_v_i_c_e_ _p_r_o_p_e_r_t_y_) _m_e_t_h_o_d_) │ │ │ │ │ - * _C_o_n_t_e_x_t_B_u_i_l_d_e_r_ _(_c_l_a_s_s_ _i_n o _(_i_i_o___w_r_i_t_e_d_e_v_._B_u_f_f_e_r_B_u_i_l_d_e_r │ │ │ │ │ + * _C_o_n_t_e_x_t_B_u_i_l_d_e_r_ _(_c_l_a_s_s_ _i_n o _(_i_i_o___w_r_i_t_e_d_e_v_._C_o_n_t_e_x_t_B_u_i_l_d_e_r │ │ │ │ │ _i_i_o___a_t_t_r_) _m_e_t_h_o_d_) │ │ │ │ │ - o _(_c_l_a_s_s_ _i_n_ _i_i_o___r_e_a_d_d_e_v_) o _(_i_i_o___w_r_i_t_e_d_e_v_._C_o_n_t_e_x_t_B_u_i_l_d_e_r │ │ │ │ │ - o _(_c_l_a_s_s_ _i_n_ _i_i_o___w_r_i_t_e_d_e_v_) _m_e_t_h_o_d_) │ │ │ │ │ + o _(_c_l_a_s_s_ _i_n_ _i_i_o___r_e_a_d_d_e_v_) │ │ │ │ │ + o _(_c_l_a_s_s_ _i_n_ _i_i_o___w_r_i_t_e_d_e_v_) │ │ │ │ │ ********** DD ********** │ │ │ │ │ * _D_a_t_a_R_e_a_d_e_r_ _(_c_l_a_s_s_ _i_n_ _i_i_o___r_e_a_d_d_e_v_) * _D_e_v_i_c_e_ _(_c_l_a_s_s_ _i_n_ _i_i_o_) │ │ │ │ │ * _D_a_t_a_W_r_i_t_e_r_ _(_c_l_a_s_s_ _i_n_ _i_i_o___w_r_i_t_e_d_e_v_) * _D_e_v_i_c_e_B_u_f_f_e_r_A_t_t_r_ _(_c_l_a_s_s_ _i_n_ _i_i_o_) │ │ │ │ │ * _d_e_b_u_g___a_t_t_r_s_ _(_i_i_o_._D_e_v_i_c_e_ _p_r_o_p_e_r_t_y_) * _D_e_v_i_c_e_D_e_b_u_g_A_t_t_r_ _(_c_l_a_s_s_ _i_n_ _i_i_o_) │ │ │ │ │ - o _(_i_i_o_._T_r_i_g_g_e_r_ _p_r_o_p_e_r_t_y_) * _d_e_v_i_c_e_s_ _(_i_i_o_._N_e_t_w_o_r_k_C_o_n_t_e_x_t │ │ │ │ │ - * _d_e_s_c_r_i_p_t_i_o_n_ _(_i_i_o_._N_e_t_w_o_r_k_C_o_n_t_e_x_t _p_r_o_p_e_r_t_y_) │ │ │ │ │ - _p_r_o_p_e_r_t_y_) o _(_i_i_o_._X_M_L_C_o_n_t_e_x_t_ _p_r_o_p_e_r_t_y_) │ │ │ │ │ + o _(_i_i_o_._T_r_i_g_g_e_r_ _p_r_o_p_e_r_t_y_) * _d_e_v_i_c_e_s_ _(_i_i_o_._L_o_c_a_l_C_o_n_t_e_x_t │ │ │ │ │ + * _d_e_s_c_r_i_p_t_i_o_n_ _(_i_i_o_._L_o_c_a_l_C_o_n_t_e_x_t _p_r_o_p_e_r_t_y_) │ │ │ │ │ + _p_r_o_p_e_r_t_y_) o _(_i_i_o_._N_e_t_w_o_r_k_C_o_n_t_e_x_t │ │ │ │ │ + o _(_i_i_o_._N_e_t_w_o_r_k_C_o_n_t_e_x_t _p_r_o_p_e_r_t_y_) │ │ │ │ │ + _p_r_o_p_e_r_t_y_) o _(_i_i_o_._X_M_L_C_o_n_t_e_x_t_ _p_r_o_p_e_r_t_y_) │ │ │ │ │ o _(_i_i_o_._X_M_L_C_o_n_t_e_x_t_ _p_r_o_p_e_r_t_y_) │ │ │ │ │ ********** FF ********** │ │ │ │ │ - * _f_i_l_e_n_a_m_e_ _(_i_i_o_._D_e_v_i_c_e_B_u_f_f_e_r_A_t_t_r * _f_i_n_d___d_e_v_i_c_e_(_)_ _(_i_i_o_._N_e_t_w_o_r_k_C_o_n_t_e_x_t │ │ │ │ │ + * _f_i_l_e_n_a_m_e_ _(_i_i_o_._D_e_v_i_c_e_B_u_f_f_e_r_A_t_t_r * _f_i_n_d___d_e_v_i_c_e_(_)_ _(_i_i_o_._L_o_c_a_l_C_o_n_t_e_x_t │ │ │ │ │ _p_r_o_p_e_r_t_y_) _m_e_t_h_o_d_) │ │ │ │ │ - o _(_i_i_o_._D_e_v_i_c_e_D_e_b_u_g_A_t_t_r o _(_i_i_o_._X_M_L_C_o_n_t_e_x_t_ _m_e_t_h_o_d_) │ │ │ │ │ - _p_r_o_p_e_r_t_y_) * _f_r_e_q_u_e_n_c_y_ _(_i_i_o_._T_r_i_g_g_e_r_ _p_r_o_p_e_r_t_y_) │ │ │ │ │ - * _f_i_n_d___c_h_a_n_n_e_l_(_)_ _(_i_i_o_._D_e_v_i_c_e │ │ │ │ │ + o _(_i_i_o_._D_e_v_i_c_e_D_e_b_u_g_A_t_t_r o _(_i_i_o_._N_e_t_w_o_r_k_C_o_n_t_e_x_t_ _m_e_t_h_o_d_) │ │ │ │ │ + _p_r_o_p_e_r_t_y_) o _(_i_i_o_._X_M_L_C_o_n_t_e_x_t_ _m_e_t_h_o_d_) │ │ │ │ │ + * _f_i_n_d___c_h_a_n_n_e_l_(_)_ _(_i_i_o_._D_e_v_i_c_e * _f_r_e_q_u_e_n_c_y_ _(_i_i_o_._T_r_i_g_g_e_r_ _p_r_o_p_e_r_t_y_) │ │ │ │ │ _m_e_t_h_o_d_) │ │ │ │ │ o _(_i_i_o_._T_r_i_g_g_e_r_ _m_e_t_h_o_d_) │ │ │ │ │ ********** HH ********** │ │ │ │ │ * _h_w_m_o_n_ _(_i_i_o_._D_e_v_i_c_e_ _p_r_o_p_e_r_t_y_) │ │ │ │ │ ********** II ********** │ │ │ │ │ * _i_d_ _(_i_i_o_._D_e_v_i_c_e_ _p_r_o_p_e_r_t_y_) * iio_readdev │ │ │ │ │ o _(_i_i_o_._T_r_i_g_g_e_r_ _p_r_o_p_e_r_t_y_) o _m_o_d_u_l_e │ │ │ │ │ * iio_attr * iio_writedev │ │ │ │ │ o _m_o_d_u_l_e o _m_o_d_u_l_e │ │ │ │ │ * iio_info * _I_n_f_o_r_m_a_t_i_o_n_ _(_c_l_a_s_s_ _i_n_ _i_i_o___a_t_t_r_) │ │ │ │ │ o _m_o_d_u_l_e o _(_c_l_a_s_s_ _i_n_ _i_i_o___i_n_f_o_) │ │ │ │ │ ********** LL ********** │ │ │ │ │ - * _l_a_b_e_l_ _(_i_i_o_._D_e_v_i_c_e_ _p_r_o_p_e_r_t_y_) │ │ │ │ │ + * _l_a_b_e_l_ _(_i_i_o_._D_e_v_i_c_e_ _p_r_o_p_e_r_t_y_) * _L_o_c_a_l_C_o_n_t_e_x_t_ _(_c_l_a_s_s_ _i_n_ _i_i_o_) │ │ │ │ │ o _(_i_i_o_._T_r_i_g_g_e_r_ _p_r_o_p_e_r_t_y_) │ │ │ │ │ ********** MM ********** │ │ │ │ │ * _m_a_i_n_(_)_ _(_i_n_ _m_o_d_u_l_e_ _i_i_o___a_t_t_r_) * module │ │ │ │ │ o _(_i_n_ _m_o_d_u_l_e_ _i_i_o___i_n_f_o_) o _i_i_o___a_t_t_r │ │ │ │ │ o _(_i_n_ _m_o_d_u_l_e_ _i_i_o___r_e_a_d_d_e_v_) o _i_i_o___i_n_f_o │ │ │ │ │ o _(_i_n_ _m_o_d_u_l_e_ _i_i_o___w_r_i_t_e_d_e_v_) o _i_i_o___r_e_a_d_d_e_v │ │ │ │ │ o _i_i_o___w_r_i_t_e_d_e_v │ │ │ │ │ ********** NN ********** │ │ │ │ │ * _n_a_m_e_ _(_i_i_o_._D_e_v_i_c_e_ _p_r_o_p_e_r_t_y_) * _N_e_t_w_o_r_k_C_o_n_t_e_x_t_ _(_c_l_a_s_s_ _i_n_ _i_i_o_) │ │ │ │ │ o _(_i_i_o_._D_e_v_i_c_e_B_u_f_f_e_r_A_t_t_r_ _p_r_o_p_e_r_t_y_) │ │ │ │ │ o _(_i_i_o_._D_e_v_i_c_e_D_e_b_u_g_A_t_t_r_ _p_r_o_p_e_r_t_y_) │ │ │ │ │ + o _(_i_i_o_._L_o_c_a_l_C_o_n_t_e_x_t_ _p_r_o_p_e_r_t_y_) │ │ │ │ │ o _(_i_i_o_._N_e_t_w_o_r_k_C_o_n_t_e_x_t_ _p_r_o_p_e_r_t_y_) │ │ │ │ │ o _(_i_i_o_._T_r_i_g_g_e_r_ _p_r_o_p_e_r_t_y_) │ │ │ │ │ o _(_i_i_o_._X_M_L_C_o_n_t_e_x_t_ _p_r_o_p_e_r_t_y_) │ │ │ │ │ ********** RR ********** │ │ │ │ │ * _r_e_a_d_(_)_ _(_i_i_o___r_e_a_d_d_e_v_._D_a_t_a_R_e_a_d_e_r * _r_e_g___w_r_i_t_e_(_)_ _(_i_i_o_._D_e_v_i_c_e_ _m_e_t_h_o_d_) │ │ │ │ │ _m_e_t_h_o_d_) o _(_i_i_o_._T_r_i_g_g_e_r_ _m_e_t_h_o_d_) │ │ │ │ │ * _r_e_g___r_e_a_d_(_)_ _(_i_i_o_._D_e_v_i_c_e_ _m_e_t_h_o_d_) │ │ │ │ │ o _(_i_i_o_._T_r_i_g_g_e_r_ _m_e_t_h_o_d_) │ │ │ │ │ ********** SS ********** │ │ │ │ │ - * _s_a_m_p_l_e___s_i_z_e_ _(_i_i_o_._D_e_v_i_c_e_ _p_r_o_p_e_r_t_y_) * _s_e_t___t_i_m_e_o_u_t_(_)_ _(_i_i_o_._N_e_t_w_o_r_k_C_o_n_t_e_x_t │ │ │ │ │ + * _s_a_m_p_l_e___s_i_z_e_ _(_i_i_o_._D_e_v_i_c_e_ _p_r_o_p_e_r_t_y_) * _s_e_t___t_i_m_e_o_u_t_(_)_ _(_i_i_o_._L_o_c_a_l_C_o_n_t_e_x_t │ │ │ │ │ o _(_i_i_o_._T_r_i_g_g_e_r_ _p_r_o_p_e_r_t_y_) _m_e_t_h_o_d_) │ │ │ │ │ - * _s_e_t___k_e_r_n_e_l___b_u_f_f_e_r_s___c_o_u_n_t_(_)_ o _(_i_i_o_._X_M_L_C_o_n_t_e_x_t_ _m_e_t_h_o_d_) │ │ │ │ │ - _(_i_i_o_._D_e_v_i_c_e_ _m_e_t_h_o_d_) │ │ │ │ │ + * _s_e_t___k_e_r_n_e_l___b_u_f_f_e_r_s___c_o_u_n_t_(_)_ o _(_i_i_o_._N_e_t_w_o_r_k_C_o_n_t_e_x_t_ _m_e_t_h_o_d_) │ │ │ │ │ + _(_i_i_o_._D_e_v_i_c_e_ _m_e_t_h_o_d_) o _(_i_i_o_._X_M_L_C_o_n_t_e_x_t_ _m_e_t_h_o_d_) │ │ │ │ │ o _(_i_i_o_._T_r_i_g_g_e_r_ _m_e_t_h_o_d_) │ │ │ │ │ ********** TT ********** │ │ │ │ │ * _T_r_i_g_g_e_r_ _(_c_l_a_s_s_ _i_n_ _i_i_o_) * _t_r_i_g_g_e_r_ _(_i_i_o_._D_e_v_i_c_e_ _p_r_o_p_e_r_t_y_) │ │ │ │ │ ********** VV ********** │ │ │ │ │ - * _v_a_l_u_e_ _(_i_i_o_._D_e_v_i_c_e_B_u_f_f_e_r_A_t_t_r * _v_e_r_s_i_o_n_ _(_i_i_o_._N_e_t_w_o_r_k_C_o_n_t_e_x_t │ │ │ │ │ - _p_r_o_p_e_r_t_y_) _p_r_o_p_e_r_t_y_) │ │ │ │ │ + * _v_a_l_u_e_ _(_i_i_o_._D_e_v_i_c_e_B_u_f_f_e_r_A_t_t_r * _v_e_r_s_i_o_n_ _(_i_i_o_._L_o_c_a_l_C_o_n_t_e_x_t_ _p_r_o_p_e_r_t_y_) │ │ │ │ │ + _p_r_o_p_e_r_t_y_) o _(_i_i_o_._N_e_t_w_o_r_k_C_o_n_t_e_x_t_ _p_r_o_p_e_r_t_y_) │ │ │ │ │ o _(_i_i_o_._D_e_v_i_c_e_D_e_b_u_g_A_t_t_r o _(_i_i_o_._X_M_L_C_o_n_t_e_x_t_ _p_r_o_p_e_r_t_y_) │ │ │ │ │ _p_r_o_p_e_r_t_y_) │ │ │ │ │ ********** WW ********** │ │ │ │ │ * _w_r_i_t_e_(_)_ _(_i_i_o___w_r_i_t_e_d_e_v_._D_a_t_a_W_r_i_t_e_r * _w_r_i_t_e___i_n_f_o_r_m_a_t_i_o_n_(_)_ │ │ │ │ │ _m_e_t_h_o_d_) _(_i_i_o___a_t_t_r_._I_n_f_o_r_m_a_t_i_o_n_ _m_e_t_h_o_d_) │ │ │ │ │ o _(_i_i_o___i_n_f_o_._I_n_f_o_r_m_a_t_i_o_n │ │ │ │ │ _m_e_t_h_o_d_) │ │ │ │ │ ********** XX ********** │ │ │ │ │ - * _x_m_l_ _(_i_i_o_._N_e_t_w_o_r_k_C_o_n_t_e_x_t_ _p_r_o_p_e_r_t_y_) * _X_M_L_C_o_n_t_e_x_t_ _(_c_l_a_s_s_ _i_n_ _i_i_o_) │ │ │ │ │ + * _x_m_l_ _(_i_i_o_._L_o_c_a_l_C_o_n_t_e_x_t_ _p_r_o_p_e_r_t_y_) * _X_M_L_C_o_n_t_e_x_t_ _(_c_l_a_s_s_ _i_n_ _i_i_o_) │ │ │ │ │ + o _(_i_i_o_._N_e_t_w_o_r_k_C_o_n_t_e_x_t_ _p_r_o_p_e_r_t_y_) │ │ │ │ │ o _(_i_i_o_._X_M_L_C_o_n_t_e_x_t_ _p_r_o_p_e_r_t_y_) │ │ │ │ │ ************ _ll_ii_bb_ii_ii_oo_--_pp_yy ************ │ │ │ │ │ ******** NNaavviiggaattiioonn ******** │ │ │ │ │ * _C_o_n_t_e_x_t_s │ │ │ │ │ * _B_u_f_f_e_r │ │ │ │ │ * _D_e_v_i_c_e │ │ │ │ │ * _C_h_a_n_n_e_l_s │ │ │ ├── ./usr/share/doc/libiio0-doc/v0.26/python/objects.inv │ │ │ │ ├── Sphinx inventory │ │ │ │ │ @@ -23,14 +23,24 @@ │ │ │ │ │ iio.DeviceBufferAttr.filename py:property 1 device.html#$ - │ │ │ │ │ iio.DeviceBufferAttr.name py:property 1 device.html#$ - │ │ │ │ │ iio.DeviceBufferAttr.value py:property 1 device.html#$ - │ │ │ │ │ iio.DeviceDebugAttr py:class 1 device.html#$ - │ │ │ │ │ iio.DeviceDebugAttr.filename py:property 1 device.html#$ - │ │ │ │ │ iio.DeviceDebugAttr.name py:property 1 device.html#$ - │ │ │ │ │ iio.DeviceDebugAttr.value py:property 1 device.html#$ - │ │ │ │ │ +iio.LocalContext py:class 1 context.html#$ - │ │ │ │ │ +iio.LocalContext.attrs py:property 1 context.html#$ - │ │ │ │ │ +iio.LocalContext.clone py:method 1 context.html#$ - │ │ │ │ │ +iio.LocalContext.description py:property 1 context.html#$ - │ │ │ │ │ +iio.LocalContext.devices py:property 1 context.html#$ - │ │ │ │ │ +iio.LocalContext.find_device py:method 1 context.html#$ - │ │ │ │ │ +iio.LocalContext.name py:property 1 context.html#$ - │ │ │ │ │ +iio.LocalContext.set_timeout py:method 1 context.html#$ - │ │ │ │ │ +iio.LocalContext.version py:property 1 context.html#$ - │ │ │ │ │ +iio.LocalContext.xml py:property 1 context.html#$ - │ │ │ │ │ iio.NetworkContext py:class 1 context.html#$ - │ │ │ │ │ iio.NetworkContext.attrs py:property 1 context.html#$ - │ │ │ │ │ iio.NetworkContext.clone py:method 1 context.html#$ - │ │ │ │ │ iio.NetworkContext.description py:property 1 context.html#$ - │ │ │ │ │ iio.NetworkContext.devices py:property 1 context.html#$ - │ │ │ │ │ iio.NetworkContext.find_device py:method 1 context.html#$ - │ │ │ │ │ iio.NetworkContext.name py:property 1 context.html#$ - │ │ │ ├── ./usr/share/doc/libiio0-doc/v0.26/python/searchindex.js │ │ │ │ ├── js-beautify {} │ │ │ │ │ @@ -87,14 +87,17 @@ │ │ │ │ │ ], │ │ │ │ │ "arguments (class in iio_writedev)": [ │ │ │ │ │ [8, "iio_writedev.Arguments", false] │ │ │ │ │ ], │ │ │ │ │ "attrs (iio.device property)": [ │ │ │ │ │ [3, "iio.Device.attrs", false] │ │ │ │ │ ], │ │ │ │ │ + "attrs (iio.localcontext property)": [ │ │ │ │ │ + [2, "iio.LocalContext.attrs", false] │ │ │ │ │ + ], │ │ │ │ │ "attrs (iio.networkcontext property)": [ │ │ │ │ │ [2, "iio.NetworkContext.attrs", false] │ │ │ │ │ ], │ │ │ │ │ "attrs (iio.trigger property)": [ │ │ │ │ │ [10, "iio.Trigger.attrs", false] │ │ │ │ │ ], │ │ │ │ │ "attrs (iio.xmlcontext property)": [ │ │ │ │ │ @@ -114,14 +117,17 @@ │ │ │ │ │ ], │ │ │ │ │ "channels (iio.device property)": [ │ │ │ │ │ [3, "iio.Device.channels", false] │ │ │ │ │ ], │ │ │ │ │ "channels (iio.trigger property)": [ │ │ │ │ │ [10, "iio.Trigger.channels", false] │ │ │ │ │ ], │ │ │ │ │ + "clone() (iio.localcontext method)": [ │ │ │ │ │ + [2, "iio.LocalContext.clone", false] │ │ │ │ │ + ], │ │ │ │ │ "clone() (iio.networkcontext method)": [ │ │ │ │ │ [2, "iio.NetworkContext.clone", false] │ │ │ │ │ ], │ │ │ │ │ "clone() (iio.xmlcontext method)": [ │ │ │ │ │ [2, "iio.XMLContext.clone", false] │ │ │ │ │ ], │ │ │ │ │ "context (iio.device property)": [ │ │ │ │ │ @@ -159,14 +165,17 @@ │ │ │ │ │ ], │ │ │ │ │ "debug_attrs (iio.device property)": [ │ │ │ │ │ [3, "iio.Device.debug_attrs", false] │ │ │ │ │ ], │ │ │ │ │ "debug_attrs (iio.trigger property)": [ │ │ │ │ │ [10, "iio.Trigger.debug_attrs", false] │ │ │ │ │ ], │ │ │ │ │ + "description (iio.localcontext property)": [ │ │ │ │ │ + [2, "iio.LocalContext.description", false] │ │ │ │ │ + ], │ │ │ │ │ "description (iio.networkcontext property)": [ │ │ │ │ │ [2, "iio.NetworkContext.description", false] │ │ │ │ │ ], │ │ │ │ │ "description (iio.xmlcontext property)": [ │ │ │ │ │ [2, "iio.XMLContext.description", false] │ │ │ │ │ ], │ │ │ │ │ "device (class in iio)": [ │ │ │ │ │ @@ -174,14 +183,17 @@ │ │ │ │ │ ], │ │ │ │ │ "devicebufferattr (class in iio)": [ │ │ │ │ │ [3, "iio.DeviceBufferAttr", false] │ │ │ │ │ ], │ │ │ │ │ "devicedebugattr (class in iio)": [ │ │ │ │ │ [3, "iio.DeviceDebugAttr", false] │ │ │ │ │ ], │ │ │ │ │ + "devices (iio.localcontext property)": [ │ │ │ │ │ + [2, "iio.LocalContext.devices", false] │ │ │ │ │ + ], │ │ │ │ │ "devices (iio.networkcontext property)": [ │ │ │ │ │ [2, "iio.NetworkContext.devices", false] │ │ │ │ │ ], │ │ │ │ │ "devices (iio.xmlcontext property)": [ │ │ │ │ │ [2, "iio.XMLContext.devices", false] │ │ │ │ │ ], │ │ │ │ │ "filename (iio.devicebufferattr property)": [ │ │ │ │ │ @@ -192,14 +204,17 @@ │ │ │ │ │ ], │ │ │ │ │ "find_channel() (iio.device method)": [ │ │ │ │ │ [3, "iio.Device.find_channel", false] │ │ │ │ │ ], │ │ │ │ │ "find_channel() (iio.trigger method)": [ │ │ │ │ │ [10, "iio.Trigger.find_channel", false] │ │ │ │ │ ], │ │ │ │ │ + "find_device() (iio.localcontext method)": [ │ │ │ │ │ + [2, "iio.LocalContext.find_device", false] │ │ │ │ │ + ], │ │ │ │ │ "find_device() (iio.networkcontext method)": [ │ │ │ │ │ [2, "iio.NetworkContext.find_device", false] │ │ │ │ │ ], │ │ │ │ │ "find_device() (iio.xmlcontext method)": [ │ │ │ │ │ [2, "iio.XMLContext.find_device", false] │ │ │ │ │ ], │ │ │ │ │ "frequency (iio.trigger property)": [ │ │ │ │ │ @@ -234,14 +249,17 @@ │ │ │ │ │ ], │ │ │ │ │ "label (iio.device property)": [ │ │ │ │ │ [3, "iio.Device.label", false] │ │ │ │ │ ], │ │ │ │ │ "label (iio.trigger property)": [ │ │ │ │ │ [10, "iio.Trigger.label", false] │ │ │ │ │ ], │ │ │ │ │ + "localcontext (class in iio)": [ │ │ │ │ │ + [2, "iio.LocalContext", false] │ │ │ │ │ + ], │ │ │ │ │ "main() (in module iio_attr)": [ │ │ │ │ │ [5, "iio_attr.main", false] │ │ │ │ │ ], │ │ │ │ │ "main() (in module iio_info)": [ │ │ │ │ │ [6, "iio_info.main", false] │ │ │ │ │ ], │ │ │ │ │ "main() (in module iio_readdev)": [ │ │ │ │ │ @@ -261,14 +279,17 @@ │ │ │ │ │ ], │ │ │ │ │ "name (iio.devicebufferattr property)": [ │ │ │ │ │ [3, "iio.DeviceBufferAttr.name", false] │ │ │ │ │ ], │ │ │ │ │ "name (iio.devicedebugattr property)": [ │ │ │ │ │ [3, "iio.DeviceDebugAttr.name", false] │ │ │ │ │ ], │ │ │ │ │ + "name (iio.localcontext property)": [ │ │ │ │ │ + [2, "iio.LocalContext.name", false] │ │ │ │ │ + ], │ │ │ │ │ "name (iio.networkcontext property)": [ │ │ │ │ │ [2, "iio.NetworkContext.name", false] │ │ │ │ │ ], │ │ │ │ │ "name (iio.trigger property)": [ │ │ │ │ │ [10, "iio.Trigger.name", false] │ │ │ │ │ ], │ │ │ │ │ "name (iio.xmlcontext property)": [ │ │ │ │ │ @@ -300,14 +321,17 @@ │ │ │ │ │ ], │ │ │ │ │ "set_kernel_buffers_count() (iio.device method)": [ │ │ │ │ │ [3, "iio.Device.set_kernel_buffers_count", false] │ │ │ │ │ ], │ │ │ │ │ "set_kernel_buffers_count() (iio.trigger method)": [ │ │ │ │ │ [10, "iio.Trigger.set_kernel_buffers_count", false] │ │ │ │ │ ], │ │ │ │ │ + "set_timeout() (iio.localcontext method)": [ │ │ │ │ │ + [2, "iio.LocalContext.set_timeout", false] │ │ │ │ │ + ], │ │ │ │ │ "set_timeout() (iio.networkcontext method)": [ │ │ │ │ │ [2, "iio.NetworkContext.set_timeout", false] │ │ │ │ │ ], │ │ │ │ │ "set_timeout() (iio.xmlcontext method)": [ │ │ │ │ │ [2, "iio.XMLContext.set_timeout", false] │ │ │ │ │ ], │ │ │ │ │ "trigger (class in iio)": [ │ │ │ │ │ @@ -318,14 +342,17 @@ │ │ │ │ │ ], │ │ │ │ │ "value (iio.devicebufferattr property)": [ │ │ │ │ │ [3, "iio.DeviceBufferAttr.value", false] │ │ │ │ │ ], │ │ │ │ │ "value (iio.devicedebugattr property)": [ │ │ │ │ │ [3, "iio.DeviceDebugAttr.value", false] │ │ │ │ │ ], │ │ │ │ │ + "version (iio.localcontext property)": [ │ │ │ │ │ + [2, "iio.LocalContext.version", false] │ │ │ │ │ + ], │ │ │ │ │ "version (iio.networkcontext property)": [ │ │ │ │ │ [2, "iio.NetworkContext.version", false] │ │ │ │ │ ], │ │ │ │ │ "version (iio.xmlcontext property)": [ │ │ │ │ │ [2, "iio.XMLContext.version", false] │ │ │ │ │ ], │ │ │ │ │ "write() (iio_writedev.datawriter method)": [ │ │ │ │ │ @@ -333,14 +360,17 @@ │ │ │ │ │ ], │ │ │ │ │ "write_information() (iio_attr.information method)": [ │ │ │ │ │ [5, "iio_attr.Information.write_information", false] │ │ │ │ │ ], │ │ │ │ │ "write_information() (iio_info.information method)": [ │ │ │ │ │ [6, "iio_info.Information.write_information", false] │ │ │ │ │ ], │ │ │ │ │ + "xml (iio.localcontext property)": [ │ │ │ │ │ + [2, "iio.LocalContext.xml", false] │ │ │ │ │ + ], │ │ │ │ │ "xml (iio.networkcontext property)": [ │ │ │ │ │ [2, "iio.NetworkContext.xml", false] │ │ │ │ │ ], │ │ │ │ │ "xml (iio.xmlcontext property)": [ │ │ │ │ │ [2, "iio.XMLContext.xml", false] │ │ │ │ │ ], │ │ │ │ │ "xmlcontext (class in iio)": [ │ │ │ │ │ @@ -354,14 +384,15 @@ │ │ │ │ │ [7, 3, 0, "-", "iio_readdev"], │ │ │ │ │ [8, 3, 0, "-", "iio_writedev"] │ │ │ │ │ ], │ │ │ │ │ "iio": [ │ │ │ │ │ [3, 0, 1, "", "Device"], │ │ │ │ │ [3, 0, 1, "", "DeviceBufferAttr"], │ │ │ │ │ [3, 0, 1, "", "DeviceDebugAttr"], │ │ │ │ │ + [2, 0, 1, "", "LocalContext"], │ │ │ │ │ [2, 0, 1, "", "NetworkContext"], │ │ │ │ │ [10, 0, 1, "", "Trigger"], │ │ │ │ │ [2, 0, 1, "", "XMLContext"] │ │ │ │ │ ], │ │ │ │ │ "iio.Device": [ │ │ │ │ │ [3, 1, 1, "", "attrs"], │ │ │ │ │ [3, 1, 1, "", "buffer_attrs"], │ │ │ │ │ @@ -385,14 +416,25 @@ │ │ │ │ │ [3, 1, 1, "", "value"] │ │ │ │ │ ], │ │ │ │ │ "iio.DeviceDebugAttr": [ │ │ │ │ │ [3, 1, 1, "", "filename"], │ │ │ │ │ [3, 1, 1, "", "name"], │ │ │ │ │ [3, 1, 1, "", "value"] │ │ │ │ │ ], │ │ │ │ │ + "iio.LocalContext": [ │ │ │ │ │ + [2, 1, 1, "", "attrs"], │ │ │ │ │ + [2, 2, 1, "", "clone"], │ │ │ │ │ + [2, 1, 1, "", "description"], │ │ │ │ │ + [2, 1, 1, "", "devices"], │ │ │ │ │ + [2, 2, 1, "", "find_device"], │ │ │ │ │ + [2, 1, 1, "", "name"], │ │ │ │ │ + [2, 2, 1, "", "set_timeout"], │ │ │ │ │ + [2, 1, 1, "", "version"], │ │ │ │ │ + [2, 1, 1, "", "xml"] │ │ │ │ │ + ], │ │ │ │ │ "iio.NetworkContext": [ │ │ │ │ │ [2, 1, 1, "", "attrs"], │ │ │ │ │ [2, 2, 1, "", "clone"], │ │ │ │ │ [2, 1, 1, "", "description"], │ │ │ │ │ [2, 1, 1, "", "devices"], │ │ │ │ │ [2, 2, 1, "", "find_device"], │ │ │ │ │ [2, 1, 1, "", "name"], │ │ │ │ │ @@ -732,14 +774,15 @@ │ │ │ │ │ "length": 5, │ │ │ │ │ "lib": 9, │ │ │ │ │ "libiio": [5, 6, 7, 8], │ │ │ │ │ "librari": [5, 6, 7, 8, 9], │ │ │ │ │ "licens": [5, 6, 7, 8], │ │ │ │ │ "linux": [5, 6, 7, 8, 9], │ │ │ │ │ "list": [2, 3, 4, 10], │ │ │ │ │ + "local": 2, │ │ │ │ │ "localcontext": 2, │ │ │ │ │ "locat": 9, │ │ │ │ │ "lower": 5, │ │ │ │ │ "ma": [5, 6, 7, 8], │ │ │ │ │ "main": [4, 5, 6, 7, 8], │ │ │ │ │ "mani": 5, │ │ │ │ │ "merchant": [5, 6, 7, 8],