Main Content

getMeasurements

Get list of measurable signals

Since R2022b

    Description

    example

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

    Examples

    collapse all

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

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