Scripting API

btkGetAnalogFrequency

Module BTKAcquisitionAccessor

Description#

Returns the analog frequency used in the given acquisition.

Parameters#

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

Returned Values#

afReal number with the analog's frequency

Detailed Description#

Notes#

See also#

btkGetAnalogFrameNumber, btkGetAnalogNumber

Syntax#

af = btkGetAnalogFrequency(h)

Examples#