Scripting API

btkSetAnalogsValues

Module BTKAnalogModifier

Description#

Sets analog channels' values from a matrix.

Parameters#

hHandle pointing to a C++ btk::Acquisition object.
vMatrix of reals where the number of rows corresponds to the number of analog's frame and the number of columns corresponds to the number of analog channels.

Returned Values#

Detailed Description#

Notes#

See also#

btkGetAnalogs, btkGetAnalogsValues

Syntax#

btkSetAnalogsValues(h, v)

Examples#