Scripting API

btkGetAnalogFrameNumber

Module BTKAcquisitionAccessor

Description#

Returns the number of frames in an analog channel.

Parameters#

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

Returned Values#

nNumber of frames for the analog channel

Detailed Description#

Notes#

Note #1: The number of frames is given by n = (total_acquisition_time) * (analog_frequency)

See also#

btkGetAnalogFrequency, btkGetAnalogNumber

Syntax#

n = btkGetAnalogFrameNumber(h) 

Examples#