Scripting API

btkRemoveAnalog

Module BTKAnalogModifier

Description#

Deletes the analog channel with the given index or label.

Parameters#

hHandle pointing to a C++ btk::Acquisition object.
indexIndex of the analog channel to remove.
labelString with the original label of the analog channel

Returned Values#

analogsUpdated list of analog channels. Its format is the same than using the function
analogsInfoUpdated informations related to the analog channels. Its format is the same than using the function

Detailed Description#

Warning: Removing an analog channel might alter the acquisition. If the analog channel is one of them used in a force platform channel, then it cannot be possible to extract force platform data nor ground reaction wrenches for example.

Notes#

See also#

btkRemoveMetaData, btkRemovePoint

Syntax#

(analogs analogsInfo) = btkRemoveAnalog(h, index)
(analogs analogsInfo) = btkRemoveAnalog(h, label)

Examples#