Scripting API
btkSetAnalogUnit
Module | BTKAnalogModifier |
Description#
Modifies the analog's unit and returns a list of the updated analog channels.
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. |
newunit | String with the new unit. |
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#
btkSetAnalogUnit(h, idx, newunit)
modifies the unit of the analog channel specified by the indexidx
.btkSetAnalogUnit(h, label, newunit)
modifies the unit of the analog channel specified by the labellabel
.