Versions Compared

Key

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

Group

Connections

Utilities

Description

Export connections (excluding datalogger connections) into CSV format

Required Control

None

Usage

RtlabApi.ExportConnections(filename, overwrite)

Input

  • filename : Optional argument. Save into 'C:/OPAL-RT/RT-LAB/vX/connections.csv' file per default. 

  • overwrite : Optional argument. False per default. Allow to overwrite the csv file if existing.

Output

None

Exception

  • ENOMEM: Memory allocation error.

  • EIO: Error sending the request or receiving the reply.

  • EBADF: Project not specified by previous OpenProject

Examples

None

Related Items

None

Modules

import RtlabApi