Hauptinhalt

getDeploymentLocation

R2026b

Get deployment location for selected target computer

Since R2022b

    Description

    location = getDeploymentLocation(tg) returns the location where the software package is deployed on the target.

    example

    Examples

    collapse all

    Get the location of deployment on the target using the following command:

    tg.getDeploymentLocation();

    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

    Output Arguments

    collapse all

    Returns the folder path where the software package is deployed on the target.

    Version History

    Introduced in R2022b