Scripting API
btkSetAnalogOffset
Module | BTKAnalogModifier |
Description#
Modifies analog's offset 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. |
newoffset | Integer with the new numerical offset. |
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#
btkSetAnalogOffset(h, idx, newoffset)
modifies the offset of the analog channel specified by the indexidx
.btkSetAnalogOffset(h, label, newoffset)
modifies the offset of the analog channel specified by the labellabel
.