Main Content

deleteParamSet

Delete selected parameter set file from an application

Since R2022b

Description

example

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

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

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

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

Example: 'slrt_ex_osc'

Version History

Introduced in R2022b