Scripting API
btkGetAnalog
Module | BTKAcquisitionAccessor |
Description#
Extracts one analog channel from the given acquisition based on an index or a string.
Parameters#
h | Handle pointing to a C++ btk::Acquisition object. |
idx | Integer containing the index of the analog channel to extract. |
label | String containing the label of the analog channel to extract. |
Returned Values#
values | Matrix of reals (n,1) containing the analog data. |
info | structure with the informations related to the analog channels.
|