Main Content

stopMonitorAndTune

R2026b

Stop parameter tuning of the application

Since R2022b

    Description

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

    example

    Examples

    collapse all

    Stop measurement and calibration of application myApplication.

    tg.stopMonitorAndTune('myApplication');

    Input Arguments

    collapse all

    Target computer for the deployed application, specified as a linuxTarget object. The object provides access to methods that manipulate the target computer properties.

    Example: tg

    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