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, continueOnFailure) |
Input |
|
Each path element can be:
| |
Output | None |
---|---|
Exception |
|
Examples | RtlabApi.DeleteConnection('rtdemo1/sm_computation/Gain Kd/Gain', 'Controller/Waveform Graph[0]') |
Related Items | CreateConnection |
Modules | import RtlabApi |