Scripting API

btkSetAnalogResolution

Module BTKAcquisitionModifier

Description#

Sets the ADC resolution.

Parameters#

hHandle pointing to a C++ btk::Acquisition object.
resInteger value which must be 8, 12, 14 or 16.

Returned Values#

Detailed Description#

Notes#

See also#

btkSetAnalogNumber, btkSetAnalogSampleNumberPerFrame, btkSetFirstFrame, btkSetFrameNumber, btkSetFrequency, btkSetMaxInterpolationGap, btkSetPointNumber

Syntax#

btkSetAnalogResolution(h, res)

Examples#