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 4 Current »

Group

Utilities
Description

Installs the current version of RT-LAB on the specified target. A log file is created during this installation or the filename is returned by the function.  To install another version of RT-LAB on a target, use InstallTarget instead.

Required Control

None
Usage

logfilename = RtlabApi.InstallRtlab(nodeName)

Input
  • nodeName: RT-LAB target node name.
Output
  • logFilename: Path and file name of the log file if any.
Exception
  • EOK: Success.
  • ESRCH: RT-LAB target file not found.
  • EFAULT: No nodeName or filename have been specified.
  • OP_API_EBAD_PHYS_NODE: Invalid node name.
ExamplesNone
Related ItemsNone
Modulesimport RtlabApi
  • No labels