Main Content

setECUPage

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

Since R2021b

Description

example

setECUPage(target_object,page_num) sets the memory page used by the Engine Control Unit (ECU) to the selected memory page on a real-time application that is loaded on the target computer.

Examples

collapse all

Set the ECU calibration page to page 0.

setECUPage(tg, 0)

Input Arguments

collapse all

Provides access to methods that manipulate the target computer properties.

Example: tg

Selects the page number for the ECU calibration page.

Version History

Introduced in R2021b