Syntax |
::hw::automate::ConnectBlocks taskid portlabel taskid portlabel |
|
---|---|---|
Arguments |
taskid |
Task Id File .tsk |
outputvariable |
Output Port Label of the task ID to connect from |
|
taskid |
Task ID |
|
inputvariable |
Input Port Label of the task ID to connect to |
|
Returns |
Error if unsuccessful. |
|
Example |
::hw::automate::ConnectBlocks 3 output 4 input_1 |
|
Description |
Makes a connection between Taskid1 portlabel1 with Taskid2 portlabel2 if they are compatible. |