Binds C++ SignalBase<int>::get() and set() methods. Values are passed
Binds C++ SignalBase<int>::get() and set() methods. Values are passed
through string streams.
through string streams.
A string is interpreted as respectively:
A string is interpreted as respectively:
* a matrix (tuple of tuple) if string fits '[n,m]((x_11,x_12,...,x_1m),...,(x_n1,x_n2,...,x_nm))' format where n and m are integers, x_ij are floating point numbers,
* a matrix (tuple of tuple) if string fits '[n,m]((x_11,x_12,...,x_1m),...,(x_n1,x_n2,...,x_nm))' format where n and m are integers, x_ij are floating point numbers,
* a tuple if string fits '[n](x_1, x_2, ..., x_n)' format,
* a tuple if string fits '[n](x_1, x_2, ..., x_n)' format,
* an integer,
* an integer,
* a floating point number.
* a floating point number.
If string fits none of the above formats, no conversion is performed.
If string fits none of the above formats, no conversion is performed.