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: |
- A path to a widget in a LabVIEW panel (ie. 'PID Controller/Reference')
- A path to a Waveform Graph in a LabVIEW panel on wanted plot (ie. 'PID Controller/Waveform Graph[0]
')
| |
Output | None |
---|---|
Exception |
|
Examples | RtlabApi.CreateConnection('rtdemo1/sm_computation/Gain Kd/Gain', 'Controller/Waveform Graph[0]') |
Related Items | DeleteConnection |
Modules | import RtlabApi |