Group |
---|
Model Preparation | |
Description | Connect two paths to each other, if it is a list of paths, it connects paths with the same index in the tuple. |
---|---|
Required Control | None |
Usage | RtLabApi.CreateConnection(paths1, paths2, continueOnFailure) |
Input |
|
Each path element can be:
| |
Output | None |
---|---|
Exception |
|
Examples | RtlabApi.CreateConnection('rtdemo1/sm_computation/Gain Kd/Gain', 'Controller/Waveform Graph[0]') |
Related Items | DeleteConnection |
Modules | import RtlabApi |