Open topic with navigation CAPL Functions » XCP » xcpDeactivateDocumentation Index
Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
xcpDeactivate
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
long xcpDeactivate (char namespace[], char variable[]); // form 1long xcpDeactivate (sysvar sysvar); // form 2
Description
Upload and DAQ measurement will be deactivated. NoteUsing system variables structs, the function must be used for the variable valid for the entire struct but not for single members.
Parameters
- namespace: Namespace of the corresponding system variable.
- variable: Name of the corresponding system variable.
- sysvar: Name of the fully qualified name of the system variable, including all namespaces, separated by ”::”. The name must be preceded by “sysVar::”.
Return Values
- 0: OK
- -1: System variable was not found
- -2: Operation not allowed