Contenu principal

removeSignalsFromInstrument

R2026b

Remove signals for which visualization is not required

Since R2022b

    Description

    removeSignalsFromInstrument(tg, appName, signals) removes the specified signals from the list of signals under visualization.

    example

    Examples

    collapse all

    Remove the signals from measurement which are not intended to visualize on Simulink Data Inspector from the application myApplication.

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

    Example: myApplication

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

    Example: ["signal1", "signal2"]

    Version History

    Introduced in R2022b