Main Content

setXCPPage

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

Since R2021b

Description

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 Speedgoat® target computer.

example

Examples

collapse all

Set the XCP calibration page to page 0.

 setXCPPage(tg, 0)

Input Arguments

collapse all

Object that represents target computer, specified as a Target object. The object 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