isAnalogExist#
- pyCGM2.Tools.btkTools.isAnalogExist(acq: btkAcquisition, label: str)#
Checks if an analog label exists in the acquisition.
- Parameters:
acq (btk.btkAcquisition) – BTK acquisition instance.
label (str) – Analog label to check.
- Returns:
bool – True if the analog label exists, False otherwise.