smartAppendAnalog#
- pyCGM2.Tools.btkTools.smartAppendAnalog(acq: btkAcquisition, label: str, values: ndarray, desc: str = '')#
Appends or updates an analog output in the acquisition.
- Parameters:
acq (btk.btkAcquisition) – BTK acquisition instance.
label (str) – Analog label.
values (np.ndarray) – Analog values to append or update.
desc (str, optional) – Description of the analog. Defaults to an empty string.