Main Content

startMonitorAndTune

R2026b

Start parameter tuning and signal monitoring

Since R2022b

    Description

    status = startMonitorAndTune(tg, appName) starts the calibration of the specified application on the target.

    example

    Examples

    collapse all

    Start calibration and measurement of the application myApplication.

    tg.startMonitorAndTune('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 start the calibration.

    Example: myApplication

    Output Arguments

    collapse all

    Returns true if the calibration of application has started without any errors. false if calibration does not start.

    Version History

    Introduced in R2022b