Versions Compared

Key

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

Group

Connections

Model Preparation

Description

Import connections from CSV file format.

Required Control

None

Usage

RtlabApi.ImportConnections(filename, delete_connections, continue_on_failure)

Input

  • filename : The path to the CSV file. If null a file search window assistant will open. 

  • delete_connections: If True, will delete all connections. False per default.

  • continue_on_failure: If True, create all valid connections. True per default.

Output

None

Exception

  • RtlabApi.ConnectionError

    • if no CSV file is given/selected

    • if unable to parse row in CSV file

Examples

None

Related Items

None

ExportConnections

Modules

import RtlabApi