Main Content

getCurrentParamSet

Get current parameter set on target computer

Since R2024a

Description

getCurrentParamSet(target_object,app_name) gets the current selection of the parameter set for the specified application app_name on the Speedgoat® target computer target_object. For more information about using the parameter set workflow, see Save and Reload Parameters by Using the MATLAB Language.

example

Examples

collapse all

This example creates a target object tg representing the target computer, connects MATLAB to the target computer, and get the current parameter set.

tg = slrealtime;
connect(tg);
getCurrentParamSet(tg,app_name);
load(tg,app_name);

Input Arguments

collapse all

Provides access to methods that manipulate the target computer properties.

Example: tg

Provides name of real-time application MLDATX file that you built from the model.

Example: 'slrt_ex_osc'

Version History

Introduced in R2024a