Main Content

restartStreaming

Restart streaming of signals

Since R2022b

    Description

    example

    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.

    Examples

    collapse all

    Restart measurement of updated signal set of the application myApplication.

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

    Example: myApplication

    Version History

    Introduced in R2022b