Scripting API

btkGetAnalogResolution

Module BTKAnalogAccessor

Description#

Returns the analog to digital converter (ADC) resolution.

Parameters#

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

Returned Values#

arNumber of bits used by the converter

Detailed Description#

Notes#

See also#

btkGetAnalogSampleNumberPerFrame

Syntax#

ar = btkGetAnalogResolution(h)

Examples#