Create and Use Parameter Sets with MATLAB Language
Use a ParameterSet object to represent the contents
of a parameter set file imported from a real-time application that is
loaded on a target computer and provide access to methods and properties
related to the parameter set file.
Objects
Application | Represent application files on development computer |
ParameterSet | Real-time application parameter set |
Target | Represent real-time application and target computer status |
Functions
Topics
- Save and Reload Parameters by Using Simulink Real-Time Explorer
Save real-time application parameter values to a file on the target computer.
- Save and Reload Parameters by Using the MATLAB Language
Save real-time application parameter values to a file on the target computer.
- Save Current Set of Real-Time Application Parameters to Target Computer
To save a set of parameters from a real-time application to a parameter set file, use the saveParamSet function.
- Load Saved Parameters to Real-Time Application from Target Computer
To load a parameter set file of saved parameters to a real-time application, use the
loadParamSetfunction. - View or Edit Parameter Values in Parameter Set on Development Computer
To view or edit parameters in a parameter set, use the
ParameterSetobject workflow by importing a previously saved parameter set file to the development computer. - Select Startup Parameter Set for Application on Development Computer
After you have added one or more parameter sets to an
Applicationobject by using theaddParamSetfunction, you can select one of these parameter sets as the startup parameter set for the real-time application by using theupdateStartupParameterSetfunction. - Select Default Parameter Set for Application on Target Computer
After you have created one or more parameter set file on the target computer, you can select one of these parameter sets as the default parameter set for the real-time application by using the
setDefaultParamSet.