Main Content

setXCPPage

Set memory page used by XCP to selected memory page on real-time application

Since R2021b

Description

example

setXCPPage(target_object,page_num) sets the memory page used by the Universal Measurement and Calibration Protocol (XCP) to the selected memory page on a real-time application that is loaded on the target computer.

Examples

collapse all

Set the XCP calibration page to page 0.

 setXCPPage(tg, 0)

Input Arguments

collapse all

Provides access to methods that manipulate the target computer properties.

Example: tg

Selects the page number for the XCP calibration page.

Version History

Introduced in R2021b