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.
DeleteConnection
Group | Model Preparation |
|---|---|
Description | Disconnect two paths of each other, if it is a list of paths, it disconnects paths with the same index in the tuple. |
Required Control | None |
Usage | RtLabApi.DeleteConnection(paths1, paths2) |
Input |
Each path element can be: |
Output | None |
Exception |
|
Examples | Delete a specific connection between two datapoints:
Delete all existing connections:
|
Related Items | CreateConnection |
Modules | import RtlabApi |