주요 콘텐츠

listParamSet

List available parameter set files for application on target computer

    Description

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

    example

    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

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

    Example: tg

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

    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