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 | Numpy matrix of reals (n,1) containing the analog data. |
| info | Dictionnary with the informations related to the analog channels.
|