Main Content

getNumPages

Get number of pages in memory for real-time application

Since R2021b

Description

example

getNumPages(target_object) returns the number of pages in memory for a real-time application that is loaded on the target computer.

Examples

collapse all

Get the number of pages in memory for the real-time application.

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

     2

Input Arguments

collapse all

Provides access to methods that manipulate the target computer properties.

Example: tg

Version History

Introduced in R2021b