Main Content

stopStreaming

R2026b

Stop streaming signal data

Since R2022b

    Description

    status = stopStreaming(tg, appName) stops streaming of signals of the specified application on the target.

    example

    Examples

    collapse all

    Stop measurement of application myApplication.

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

    Example: myApplication

    Output Arguments

    collapse all

    Returns true if the measurement of signals of the application has stopped. false if measurement does not stop.

    Version History

    Introduced in R2022b