Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Group

Utilities

Description

Installs

Install 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.

Examples

None

Related Items

None

InstallTarget

Modules

import RtlabApi