Hauptinhalt

restartStreaming

R2026b

Restart streaming of signals

Since R2022b

    Description

    restartStreaming(tg, appName) updates the measurement to include or exclude the newly added or removed signals from the measurement of the specified application on the target and visualizes them using SDI.

    example

    Examples

    collapse all

    Restart measurement of updated signal set of the application myApplication.

    tg.restartStreaming('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 restart the measurement.

    Example: myApplication

    Version History

    Introduced in R2022b