Scripting API

btkSetAnalogsValues

Module BTKAnalogModifier

Description#

Sets analog channels' values from a numpy matrix.

Parameters#

hHandle pointing to a C++ btk::Acquisition object.
vNumpy matrix 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#