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 |