Contenido principal

getMeasurements

R2026b

Get list of measurable signals

Since R2022b

    Description

    signals = getMeasurements(tg, appName) returns the list of measurable signals on the application.

    example

    Examples

    collapse all

    Get the list of measurable signals for instrumentation of the application myApplication.

    tg.getMeasurements('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 measurable signals on the application.

    Version History

    Introduced in R2022b