Main Content

getECUPage

Get current page number used by ECU on real-time application

Since R2021b

Description

example

getECUPage(target_object) returns the current page number used by the embedded control unit (ECU) real-time application that is loaded on the target computer. This function returns the logical number for the calibration data page that is currently activated for the ECU.

Examples

collapse all

Get the calibration page of the ECU.

slbuild('slrt_ex_osc');
load(tg,'slrt_ex_osc');
getECUPage(tg)
ans =

  uint8

   0

Input Arguments

collapse all

Provides access to methods that manipulate the target computer properties.

Example: tg

Version History

Introduced in R2021b