Main Content

stopMonitorAndTune

Stop parameter tuning of the application

Since R2022b

    Description

    example

    status = stopMonitorAndTune(tg, appName) stops the calibration of the specified application on the target.

    Examples

    collapse all

    Stop measurement and calibration of application myApplication.

    tg.stopMonitorAndTune('myApplication');

    Input Arguments

    collapse all

    Object represents a target computer. Use the object to establish the connection with Linux target, to deploy the applications on Linux target, and perform several other actions.

    Example: myTargetHandle

    Specify the application name to stop the calibration.

    Example: myApplication

    Output Arguments

    collapse all

    Returns true if the calibration of application has stopped. false if calibration does not stop.

    Version History

    Introduced in R2022b