Main Content

startMonitorAndTune

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

    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 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

    Go to top of page