Contenu principal

deleteParamSet

Delete selected parameter set file from an application

Since R2022b

Description

deleteParamSet(target_object,filename,app_name) deletes a selected parameter set file on the Speedgoat® target computer from the real-time application.

example

Examples

collapse all

The deleteParamSet function deletes a parameter set file from the real-time application.

deleteParamSet(tg,'outportTypes','slrt_ex_osc_outport');

Input Arguments

collapse all

Object that represents target computer, specified as a Target object. The object provides access to methods that manipulate the target computer properties.

Example: tg

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

Example: 'outportTypes'

Data Types: char | string

Real-time application MLDATX file name that you build from the model, specified as a character vector or string scalar.

Example: "slrt_ex_osc"

Version History

Introduced in R2022b