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.
ExportConnections
Group | Utilities |
|---|---|
Description | Export connections (excluding datalogger connections) into CSV format The generated file is not supposed to be modified manually to make it work with the ImportConnections API. The file includes the following columns:
For model datapoints, the Primary ID corresponds to their alias. However, in projects using the new I/O interfaces (mandatory from version 2025.1), this alias is left empty. The Secondary ID refers to their paths. For IO datapoints, primary ID corresponds to their UI paths where secondary ID may contain GUID in paths. |
Required Control | None |
Usage | RtlabApi.ExportConnections(filename, overwrite) |
Input |
|
Output | None |
Exception |
|
Examples | None |
Related Items | ImportConnections |
Modules | import RtlabApi |