This is an old revision of the document!
Condition
With this element smaller if-clauses can be implemented. It can be verified if the I/O fulfills certain conditions.
Usage
Relational operators from Lua are used to construct valid condition statements. In order to verify a specification of an IO a variable can save a certain IO header value and The condition will not modify the IO.
Example
Here, a very specific example should be given/described. In the future, this can be supported by screenshots etc.. For the moment, give an example easy enough for the user to understand, but specific enough to elaborate why a given parameter is a good set for this very situation.
Parameters and I/O
Input | Description |
---|---|
FirstInput | IO to be passed |
Output | Description |
---|---|
FirstOutput | IO passed, if the condition is true |
SecondOutput | IO passed, if the condition is false |