appendForceFromAcq#

pyCGM2.Nexus.nexusTools.appendForceFromAcq(NEXUS, vskName: str, label: str, acq: btkAcquisition, normalizedData: bool = True)#

Appends force data to Nexus from a BTK acquisition.

Parameters:
  • NEXUS (ViconNexus.ViconNexus) – The Nexus handle.

  • vskName (str) – The name of the VSK file.

  • label (str) – The label of the force data.

  • acq (btk.btkAcquisition) – The BTK acquisition object.

  • normalizedData (bool) – Indicates if the data is normalized.