Documentation Home Page RT-LAB Home Page
Pour la documentation en FRANÇAIS, utilisez l'outil de traduction de votre navigateur Chrome, Edge ou Safari. Voir un exemple.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Group

Utilities
Description

Uninstalls RT-LAB on the specified target. The full path of the log created during the uninstallation is returned by the function.

When uninstalling the default RT-LAB running in the node, the uninstallation process will detect if other RT-LAB versions are present. If a valid RT-LAB version is found, then the uninstallation will uninstall the default RT-LAB version and set the latest remaining version as the default RT-LAB version.


Required ControlNone
Usage

logFileName = RtlabApi.UninstallRtlab(nodeName)

logFileName = RtlabApi.UninstallRtlab(nodeName, rtlabVersion)

Input
  • nodeName: The RT-LAB node where the uninstallation will be perfomed
  • rtlabVersion: The RT-LAB version to be uninstalled. This argument in optional. If no RT-LAB version is passed as argument, then the default RT-LAB running in the node will uninstalled 
Output
  • logFileName: The full path to the uninstallation log file
Return Value
  • EOK: Success
  • EINVAL: Invalid arguments specified
ExamplesNone
Related ItemsNone
Modulesimport RtlabApi
  • No labels