::hw::automate::ConnectBlocks

Makes a connection between Taskid1 portlabel1 with Taskid2 portlabel2 if they are compatible.

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