Scripting API
btkSetAnalogValues
| Module | BTKAnalogModifier |
Description#
Modifies analog's values and returns updated analogs.
Parameters#
| h | Handle pointing to a C++ btk::Acquisition object. |
| idx | Integer containing the index of the analog channel to modify. |
| label | String containing the label of the analog channel to modify. |
| newvalues | Column vector of reals (i.e. scaled data) with the same size than the number of analog frames. |
Returned Values#
| analogs | Updated list of analog channels. Its format is the same than using the function |
| analogsInfo | Updated informations related to the analog channels. Its format is the same than using the function |
Detailed Description#
btkSetAnalogValues(h, idx, newvalues)modifies the scale factor of the analog channel specified by the indexidx.btkSetAnalogValues(h, label, newvalues)modifies the scale factor of the analog channel specified by the labellabel.