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

Connections
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.
OutputNone
Exception
  • ENOMEM: Memory allocation error.
  • EIO: Error sending the request or receiving the reply.
  • EBADF: Project not specified by previous OpenProject
ExamplesNone
Related ItemsNone
Modulesimport RtlabApi
  • No labels