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

Contexts

│ │ │ │
│ │ │ │

Members

│ │ │ │
│ │ │ │ +
│ │ │ │ +class iio.Context(_context=None)[source]
│ │ │ │ +

Contains the representation of an IIO context.

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

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

│ │ │ │ +
│ │ │ │ + │ │ │ │ +
│ │ │ │ +
│ │ │ │ +clone()[source]
│ │ │ │ +

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)[source]
│ │ │ │ +

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)[source]
│ │ │ │ +

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.LocalContext[source]
│ │ │ │

Local IIO Context.

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

List of context-specific attributes │ │ │ │ ├── html2text {} │ │ │ │ │ @@ -1,9 +1,39 @@ │ │ │ │ │ ************ CCoonntteexxttss_?¶ ************ │ │ │ │ │ ********** MMeemmbbeerrss_?¶ ********** │ │ │ │ │ + ccllaassss iio.Context(__ccoonntteexxtt==NNoonnee)_[_s_o_u_r_c_e_]_¶ │ │ │ │ │ + Contains the representation of an IIO context. │ │ │ │ │ + pprrooppeerrttyy attrs_¶ │ │ │ │ │ + List of context-specific attributes type=dict of str objects │ │ │ │ │ + clone()_[_s_o_u_r_c_e_]_¶ │ │ │ │ │ + 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)_[_s_o_u_r_c_e_]_¶ │ │ │ │ │ + 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)_[_s_o_u_r_c_e_]_¶ │ │ │ │ │ + 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.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 │ │ │ ├── ./usr/share/doc/libiio0-doc/v0.26/python/genindex.html │ │ │ │ @@ -58,17 +58,19 @@ │ │ │ │ │ │ │ │

│ │ │ │ -
  • attrs (iio.Device property) │ │ │ │ +
  • attrs (iio.Context property) │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │

    N

    │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │
    │ │ │ │ @@ -407,19 +423,19 @@ │ │ │ │ │ │ │ │ - │ │ │ │ │ │ │ │ @@ -439,17 +455,19 @@ │ │ │ │
  • │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │

    X

    │ │ │ │ │ │ │ │ │ │ │ │
      │ │ │ │ ├── html2text {} │ │ │ │ │ @@ -1,48 +1,52 @@ │ │ │ │ │ ************ 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_) │ │ │ │ │ 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_) │ │ │ │ │ + * _a_t_t_r_s_ _(_i_i_o_._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_ _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_._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_._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_._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 _(_c_l_a_s_s_ _i_n_ _i_i_o___w_r_i_t_e_d_e_v_) │ │ │ │ │ + * _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_o_n_t_e_x_t_B_u_i_l_d_e_r_ _(_c_l_a_s_s_ _i_n_ _i_i_o___a_t_t_r_) │ │ │ │ │ + o _(_i_i_o_._T_r_i_g_g_e_r_ _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_) │ │ │ │ │ + * _c_l_o_n_e_(_)_ _(_i_i_o_._C_o_n_t_e_x_t_ _m_e_t_h_o_d_) o _(_c_l_a_s_s_ _i_n_ _i_i_o___w_r_i_t_e_d_e_v_) │ │ │ │ │ + o _(_i_i_o_._L_o_c_a_l_C_o_n_t_e_x_t_ _m_e_t_h_o_d_) * _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_._N_e_t_w_o_r_k_C_o_n_t_e_x_t _m_e_t_h_o_d_) │ │ │ │ │ + _m_e_t_h_o_d_) o _(_i_i_o___r_e_a_d_d_e_v_._B_u_f_f_e_r_B_u_i_l_d_e_r │ │ │ │ │ + o _(_i_i_o_._X_M_L_C_o_n_t_e_x_t_ _m_e_t_h_o_d_) _m_e_t_h_o_d_) │ │ │ │ │ + * _C_o_n_t_e_x_t_ _(_c_l_a_s_s_ _i_n_ _i_i_o_) 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 │ │ │ │ │ + * _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_) │ │ │ │ │ + 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 │ │ │ │ │ + _m_e_t_h_o_d_) │ │ │ │ │ + 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 │ │ │ │ │ + _m_e_t_h_o_d_) │ │ │ │ │ ********** 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_._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_) │ │ │ │ │ + * _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 * _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_) │ │ │ │ │ + _i_i_o___w_r_i_t_e_d_e_v_) * _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_) │ │ │ │ │ + * _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_s_ _(_i_i_o_._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_._L_o_c_a_l_C_o_n_t_e_x_t_ _p_r_o_p_e_r_t_y_) │ │ │ │ │ + * _d_e_s_c_r_i_p_t_i_o_n_ _(_i_i_o_._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_._L_o_c_a_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_) │ │ │ │ │ + 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_) │ │ │ │ │ ********** 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_._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_) │ │ │ │ │ + * _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_._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_._L_o_c_a_l_C_o_n_t_e_x_t_ _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_._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_) │ │ │ │ │ @@ -59,46 +63,50 @@ │ │ │ │ │ ********** 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_) │ │ │ │ │ + * _n_a_m_e_ _(_i_i_o_._C_o_n_t_e_x_t_ _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_ _p_r_o_p_e_r_t_y_) │ │ │ │ │ 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_._L_o_c_a_l_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_._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_._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_) │ │ │ │ │ + * _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_._L_o_c_a_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_) o _(_i_i_o_._N_e_t_w_o_r_k_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_) o _(_i_i_o_._X_M_L_C_o_n_t_e_x_t_ _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_._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_) │ │ │ │ │ + * _v_a_l_u_e_ _(_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_) │ │ │ │ │ + * _v_e_r_s_i_o_n_ _(_i_i_o_._C_o_n_t_e_x_t_ _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_._X_M_L_C_o_n_t_e_x_t_ _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_._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_) │ │ │ │ │ + * _x_m_l_ _(_i_i_o_._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_._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_._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 │ │ │ ├── ./usr/share/doc/libiio0-doc/v0.26/python/objects.inv │ │ │ │ ├── Sphinx inventory │ │ │ │ │ @@ -1,12 +1,22 @@ │ │ │ │ │ # Sphinx inventory version 2 │ │ │ │ │ # Project: libiio-py │ │ │ │ │ # Version: │ │ │ │ │ # The remainder of this file is compressed using zlib. │ │ │ │ │ │ │ │ │ │ +iio.Context py:class 1 context.html#$ - │ │ │ │ │ +iio.Context.attrs py:property 1 context.html#$ - │ │ │ │ │ +iio.Context.clone py:method 1 context.html#$ - │ │ │ │ │ +iio.Context.description py:property 1 context.html#$ - │ │ │ │ │ +iio.Context.devices py:property 1 context.html#$ - │ │ │ │ │ +iio.Context.find_device py:method 1 context.html#$ - │ │ │ │ │ +iio.Context.name py:property 1 context.html#$ - │ │ │ │ │ +iio.Context.set_timeout py:method 1 context.html#$ - │ │ │ │ │ +iio.Context.version py:property 1 context.html#$ - │ │ │ │ │ +iio.Context.xml py:property 1 context.html#$ - │ │ │ │ │ iio.Device py:class 1 device.html#$ - │ │ │ │ │ iio.Device.attrs py:property 1 device.html#$ - │ │ │ │ │ iio.Device.buffer_attrs py:property 1 device.html#$ - │ │ │ │ │ iio.Device.channels py:property 1 device.html#$ - │ │ │ │ │ iio.Device.context py:property 1 device.html#$ - │ │ │ │ │ iio.Device.debug_attrs py:property 1 device.html#$ - │ │ │ │ │ iio.Device.find_channel py:method 1 device.html#$ - │ │ │ ├── ./usr/share/doc/libiio0-doc/v0.26/python/searchindex.js │ │ │ │ ├── js-beautify {} │ │ │ │ │ @@ -84,14 +84,17 @@ │ │ │ │ │ ], │ │ │ │ │ "arguments (class in iio_readdev)": [ │ │ │ │ │ [7, "iio_readdev.Arguments", false] │ │ │ │ │ ], │ │ │ │ │ "arguments (class in iio_writedev)": [ │ │ │ │ │ [8, "iio_writedev.Arguments", false] │ │ │ │ │ ], │ │ │ │ │ + "attrs (iio.context property)": [ │ │ │ │ │ + [2, "iio.Context.attrs", false] │ │ │ │ │ + ], │ │ │ │ │ "attrs (iio.device property)": [ │ │ │ │ │ [3, "iio.Device.attrs", false] │ │ │ │ │ ], │ │ │ │ │ "attrs (iio.localcontext property)": [ │ │ │ │ │ [2, "iio.LocalContext.attrs", false] │ │ │ │ │ ], │ │ │ │ │ "attrs (iio.networkcontext property)": [ │ │ │ │ │ @@ -117,23 +120,29 @@ │ │ │ │ │ ], │ │ │ │ │ "channels (iio.device property)": [ │ │ │ │ │ [3, "iio.Device.channels", false] │ │ │ │ │ ], │ │ │ │ │ "channels (iio.trigger property)": [ │ │ │ │ │ [10, "iio.Trigger.channels", false] │ │ │ │ │ ], │ │ │ │ │ + "clone() (iio.context method)": [ │ │ │ │ │ + [2, "iio.Context.clone", 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 (class in iio)": [ │ │ │ │ │ + [2, "iio.Context", false] │ │ │ │ │ + ], │ │ │ │ │ "context (iio.device property)": [ │ │ │ │ │ [3, "iio.Device.context", false] │ │ │ │ │ ], │ │ │ │ │ "contextbuilder (class in iio_attr)": [ │ │ │ │ │ [5, "iio_attr.ContextBuilder", false] │ │ │ │ │ ], │ │ │ │ │ "contextbuilder (class in iio_readdev)": [ │ │ │ │ │ @@ -165,14 +174,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.context property)": [ │ │ │ │ │ + [2, "iio.Context.description", false] │ │ │ │ │ + ], │ │ │ │ │ "description (iio.localcontext property)": [ │ │ │ │ │ [2, "iio.LocalContext.description", false] │ │ │ │ │ ], │ │ │ │ │ "description (iio.networkcontext property)": [ │ │ │ │ │ [2, "iio.NetworkContext.description", false] │ │ │ │ │ ], │ │ │ │ │ "description (iio.xmlcontext property)": [ │ │ │ │ │ @@ -183,14 +195,17 @@ │ │ │ │ │ ], │ │ │ │ │ "devicebufferattr (class in iio)": [ │ │ │ │ │ [3, "iio.DeviceBufferAttr", false] │ │ │ │ │ ], │ │ │ │ │ "devicedebugattr (class in iio)": [ │ │ │ │ │ [3, "iio.DeviceDebugAttr", false] │ │ │ │ │ ], │ │ │ │ │ + "devices (iio.context property)": [ │ │ │ │ │ + [2, "iio.Context.devices", false] │ │ │ │ │ + ], │ │ │ │ │ "devices (iio.localcontext property)": [ │ │ │ │ │ [2, "iio.LocalContext.devices", false] │ │ │ │ │ ], │ │ │ │ │ "devices (iio.networkcontext property)": [ │ │ │ │ │ [2, "iio.NetworkContext.devices", false] │ │ │ │ │ ], │ │ │ │ │ "devices (iio.xmlcontext property)": [ │ │ │ │ │ @@ -204,14 +219,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.context method)": [ │ │ │ │ │ + [2, "iio.Context.find_device", 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)": [ │ │ │ │ │ @@ -270,14 +288,17 @@ │ │ │ │ │ ], │ │ │ │ │ "module": [ │ │ │ │ │ [5, "module-iio_attr", false], │ │ │ │ │ [6, "module-iio_info", false], │ │ │ │ │ [7, "module-iio_readdev", false], │ │ │ │ │ [8, "module-iio_writedev", false] │ │ │ │ │ ], │ │ │ │ │ + "name (iio.context property)": [ │ │ │ │ │ + [2, "iio.Context.name", false] │ │ │ │ │ + ], │ │ │ │ │ "name (iio.device property)": [ │ │ │ │ │ [3, "iio.Device.name", false] │ │ │ │ │ ], │ │ │ │ │ "name (iio.devicebufferattr property)": [ │ │ │ │ │ [3, "iio.DeviceBufferAttr.name", false] │ │ │ │ │ ], │ │ │ │ │ "name (iio.devicedebugattr property)": [ │ │ │ │ │ @@ -321,14 +342,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.context method)": [ │ │ │ │ │ + [2, "iio.Context.set_timeout", 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)": [ │ │ │ │ │ @@ -342,14 +366,17 @@ │ │ │ │ │ ], │ │ │ │ │ "value (iio.devicebufferattr property)": [ │ │ │ │ │ [3, "iio.DeviceBufferAttr.value", false] │ │ │ │ │ ], │ │ │ │ │ "value (iio.devicedebugattr property)": [ │ │ │ │ │ [3, "iio.DeviceDebugAttr.value", false] │ │ │ │ │ ], │ │ │ │ │ + "version (iio.context property)": [ │ │ │ │ │ + [2, "iio.Context.version", false] │ │ │ │ │ + ], │ │ │ │ │ "version (iio.localcontext property)": [ │ │ │ │ │ [2, "iio.LocalContext.version", false] │ │ │ │ │ ], │ │ │ │ │ "version (iio.networkcontext property)": [ │ │ │ │ │ [2, "iio.NetworkContext.version", false] │ │ │ │ │ ], │ │ │ │ │ "version (iio.xmlcontext property)": [ │ │ │ │ │ @@ -360,14 +387,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.context property)": [ │ │ │ │ │ + [2, "iio.Context.xml", false] │ │ │ │ │ + ], │ │ │ │ │ "xml (iio.localcontext property)": [ │ │ │ │ │ [2, "iio.LocalContext.xml", false] │ │ │ │ │ ], │ │ │ │ │ "xml (iio.networkcontext property)": [ │ │ │ │ │ [2, "iio.NetworkContext.xml", false] │ │ │ │ │ ], │ │ │ │ │ "xml (iio.xmlcontext property)": [ │ │ │ │ │ @@ -381,22 +411,34 @@ │ │ │ │ │ "": [ │ │ │ │ │ [5, 3, 0, "-", "iio_attr"], │ │ │ │ │ [6, 3, 0, "-", "iio_info"], │ │ │ │ │ [7, 3, 0, "-", "iio_readdev"], │ │ │ │ │ [8, 3, 0, "-", "iio_writedev"] │ │ │ │ │ ], │ │ │ │ │ "iio": [ │ │ │ │ │ + [2, 0, 1, "", "Context"], │ │ │ │ │ [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.Context": [ │ │ │ │ │ + [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.Device": [ │ │ │ │ │ [3, 1, 1, "", "attrs"], │ │ │ │ │ [3, 1, 1, "", "buffer_attrs"], │ │ │ │ │ [3, 1, 1, "", "channels"], │ │ │ │ │ [3, 1, 1, "", "context"], │ │ │ │ │ [3, 1, 1, "", "debug_attrs"], │ │ │ │ │ [3, 2, 1, "", "find_channel"], │ │ │ │ │ @@ -564,15 +606,15 @@ │ │ │ │ │ "_auto": 5, │ │ │ │ │ "_buffer_attribute_inform": 5, │ │ │ │ │ "_buffer_attributes_inform": 5, │ │ │ │ │ "_channel_attribute_inform": 5, │ │ │ │ │ "_channel_attributes_inform": 5, │ │ │ │ │ "_channel_group": 5, │ │ │ │ │ "_channel_inform": 5, │ │ │ │ │ - "_context": 5, │ │ │ │ │ + "_context": [2, 5], │ │ │ │ │ "_context_group": 5, │ │ │ │ │ "_context_inform": 5, │ │ │ │ │ "_debug_attribute_inform": 5, │ │ │ │ │ "_debug_attributes_inform": 5, │ │ │ │ │ "_default": 5, │ │ │ │ │ "_devic": [3, 10], │ │ │ │ │ "_device_attribute_inform": 5,