appendBtkScalarFromAcq#

pyCGM2.Nexus.nexusTools.appendBtkScalarFromAcq(NEXUS, vskName: str, groupName: str, label: str, nexusTypes: str | list, acq: btkAcquisition)#

Appends BTK scalar to the acquisition instance.

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

  • vskName (str) – Subject name.

  • groupName (str) – Data group name.

  • label (str) – Scalar label.

  • nexusTypes (Union[str, list]) – Nexus data type.

  • acq (btk.btkAcquisition) – A BTK acquisition instance.