Main Content

selectSignalsToInstrument

R2026b

Add signals of interest to visualize application behavior

Since R2022b

    Description

    selectSignalsToInstrument(tg, appName, signals) adds the specified signals to the list of signals under visualization.

    example

    Examples

    collapse all

    Add the signals of interest for measurement of the application myApplication.

    tg.selectSignalsToInstrument('myApplication',["signal_1","signal_2"]);

    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 for calibration.

    Example: myApplication

    Specify the names of signals as an array which are of interest to be visualized.

    Example: ["signal1", "signal2"]

    Version History

    Introduced in R2022b