Main Content

copyPage

Copy one calibration page to another in the real-time application

Since R2021b

Description

example

copyPage(target_object,page_src,page_dst) copies the source calibration page to the destination calibration page in the real-time application that is loaded on the target computer.

Examples

collapse all

Copy source calibration page 1 to destination calibration page 0.

copyPage(tg, 1, 0)

Input Arguments

collapse all

Provides access to methods that manipulate the target computer properties.

Example: tg

Source calibration page for copy operation.

Destination calibration page for copy operation.

Version History

Introduced in R2021b