Contenido principal

getSignalsUnderInstrument

R2026b

View signals selected to measure

Since R2022b

    Description

    selectedSignals = getSignalsUnderInstrument(tg, appName) returns the list of signals that are selected to view for instrumentation in the application.

    example

    Examples

    collapse all

    Get the list of signals being measured in the application myApplication.

    tg.getSignalsUnderInstrument('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 view the list of measurable signals.

    Example: myApplication

    Output Arguments

    collapse all

    Returns the list of selected measurable signals to view on the application.

    Version History

    Introduced in R2022b