Scripting API

btkGetPointFrequency

Module BTKAcquisitionAccessor

Description#

Returns the point's frequency for the given acquisition.

Parameters#

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

Returned Values#

pfPoint's frequency

Detailed Description#

Notes#

See also#

btkGetAnalogFrequency

Syntax#

pf = btkGetPointFrequency(h)

Examples#