Skip to main content
Open topic with navigation CAPL Functions » XCP » xcpActivateMeasurementGroup

xcpActivateMeasurementGroup

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

long xcpActivateMeasurementGroup(char[] ecuQualifier, char[] groupName);

Description

Changes the measurement group that will be used for the next connection to the XCP/CCP device.

Parameters

  • ecuQualifier: Name of the device, configured within the CANoe DE Family XCP/CCP Window.
  • groupName: Name of the measurement group.

Return Values

  • 0: OK
  • -1: Device with this name is not existing
  • -2: Operation not allowed – already connected
  • -5: groupName does not exist

Example