This is an old revision of the document!
Bypass
Bypass is used to trigger inputs for logics within a Queue which come from logics outside the Queue.
Usage
In order to use the output of a logic, which is not created within the run of a Queue, Bypass will trigger the output to be fetched again. Therefore, the output of Queue is connected with the the first input of the Bypass and the output IO of another logic needs to be linked to the second input of Bypass. Then the first input will be discarded.
Example
Parameters and I/O
Input | Description |
---|---|
FirstInput | I/O to be discarded |
SecondInput | I/O to be passed along |
Output | Description |
---|---|
FirstOutput | I/O, which was supposed to be passed along |