Scripting API

btkGetAnalogsValues

Module BTKAnalogAccessor

Description#

Extracts analog channels' values and store them in a matrix.

Parameters#

hHandle pointing to a C++ btk::Acquisition object.

Returned Values#

avMatrix or reals where the number of rows corresponds to the number of analog's frame and the number of columns of this matrix corresponds to the number of analog channels.

Detailed Description#

Notes#

See also#

btkGetAnalogs

Syntax#

av = btkGetAnalogsValues(h)

Examples#