Scripting API

btkGetAnalogsValues

Module BTKAnalogAccessor

Description#

Extracts analog channels' values and stores them in a numpy matrix.

Parameters#

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

Returned Values#

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

Detailed Description#

Notes#

See also#

btkGetAnalogs

Syntax#

av = btkGetAnalogsValues(h)

Examples#