Main Content

getDeploymentLocation

Get deployment location for selected target computer

Since R2022b

    Description

    example

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

    Examples

    collapse all

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

    tg.getDeploymentLocation();

    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

    Output Arguments

    collapse all

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

    Version History

    Introduced in R2022b