getScalar#

pyCGM2.Tools.btkTools.getScalar(acq: btkAcquisition, label: str)#

Retrieves a scalar point from a BTK acquisition by its label.

Parameters:
  • acq (btk.btkAcquisition) – BTK acquisition instance.

  • label (str) – Label of the scalar point to retrieve.

Returns:

btk.btkPoint – The requested scalar point, if found.