Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
eyes:logics:condition [2017/06/12 15:07]
sfiedle [Condition]
eyes:logics:condition [2017/06/12 15:12] (current)
sfiedle [Example]
Line 3: Line 3:
  
 ===== Usage ===== ===== 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+[[https://​www.lua.org/​manual/​5.1/​manual.html#​2.5.2 | Relational operators from Lua]] are used to construct valid condition statements. In order to verify a specification of an I/O it is possible to read the I/O header value by the [[eyes:​logics:​script|]] ​and then make use o a valid Boolean expression. ​The condition will not modify the I/O
  
 ===== Example ==== ===== Example ====
-Here, a very specific example should be given/​describedIn 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. +{{ :​eyes:​logics:​condition.png?nolink |}}
 ===== Parameters and I/O ===== ===== Parameters and I/O =====