Contenido principal

setECUAndXCPPage

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

Since R2021b

Description

setECUAndXCPPage(target_object,page_num) sets the memory pages used by the Universal Measurement and Calibration Protocol (XCP) and the Engine Control Unit (ECU) to the selected memory page on a real-time application that is loaded on the Speedgoat® target computer.

example

Examples

collapse all

Set the ECU and XCP calibration page to page 0.

 setECUAndXCPPage(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 ECU and XCP calibration page.

Version History

Introduced in R2021b