Scripting API

btkGetPointNumber

Module BTKAcquisitionAccessor

Description#

Returns the number of points stored in the given acquisition.

Parameters#

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

Returned Values#

pnNumber of points

Detailed Description#

Notes#

See also#

btkGetAnalogNumber

Syntax#

pn = btkGetPointNumber(h)

Examples#