Open topic with navigation CAPL Functions » XCP » xcpGetCalPageDocumentation Index
Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
xcpGetCalPage
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
Callback
Description
If the XCP slave device supports calibration data page switching, this command gets the currently active page and access mode. The callback returns the currently active calibration data page of the ECU.Parameters
- ecuQualifier: Name of the device, configured within the CANoe DE Family XCP/CCP Window.
- mode: Access mode of the currently active page. The values may be 0x01 (ECU access) or 0x02 (XCP access). All other values are invalid.
- segmentNr: Logical data segment number.
- pageNr: Logical data page number. Usually 0 identifies the page in RAM and 1 the page in FLASH memory. Option AMD/XCP can only work on parameters stored in RAM.