Main Content

slrealtime loadParamSet

(QNX Neutrino target computer RTOS) Restore parameter values saved in specified file

Since R2021a

Description

slrealtime loadParamSet --FileName <filename> --PageNumber <page> loads the parameter values into the given memory page of the loaded real-time application from a parameter set file on the Speedgoat® target computer. Alternatively, the function can accept -F (in place of --FileName) and -P (in place of --PageNumber).

For more information about using this and other command-line interface commands, see Target Computer Command-Line Interface.

The slrealtime loadParamSet command that you can run from the target computer command line corresponds to the loadParamSet function that you can run from the MATLAB® Command Window on the development computer.

example

Examples

collapse all

From target computer command line, load parameters from the parameter set file outportTypes into the loaded real-time application on page 0.

slrealtime loadParamSet --FileName outportTypes --PageNumber 0

Input Arguments

collapse all

Note

The slrealtime loadParamSet command for the target command line does not support the parameter_set option that is available for the loadParamSet command for the MATLAB Command Window.

Enter the name of the parameter set file on the target computer file system.

Example: --FileName outportTypes

(Optional.) Select memory page number of the loaded real-time application for parameters, specified as a nonnegative integer.

Example: --PageNumber 0

Version History

Introduced in R2021a