Main Content

startStreaming

R2026b

Start streaming of signals and visualize results

Since R2022b

    Description

    status = startStreaming(tg, appName) starts streaming of signals of the specified application on the target and visualizes them using SDI.

    example

    Examples

    collapse all

    Start measurement of application myApplication.

    tg.startStreaming('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 measurement.

    Example: myApplication

    Output Arguments

    collapse all

    Returns true if the measurement of signals of the application has started. false if measurement does not start.

    Version History

    Introduced in R2022b