Main Content

listParamSet

List available parameter set files for application

Since R2021a

    Description

    example

    parameter_sets = listParamSet(target_object,app_name) lists the parameter set files on the target computer for the real-time application.

    Examples

    collapse all

    The listParamSet function returns a list of parameter set files that are available for the real-time application.

    myParamList = listParamSet(tg,'slrt_ex_osc_outport')

    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'

    Output Arguments

    collapse all

    The listParamSet function returns a list of parameter set files that are available for the real-time application.

    Version History

    Introduced in R2021a