Main Content

startStreaming

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

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

    Go to top of page