 Method
Select this tab to setup code condition based delay.
|
|
 Cycling
A condition is a piece of code that will be evaluated (called) at a given frequency.
If Fixed Hz is selected, the frequency selected is the wall clock frequency and not the simulation engine clock.
If Cycle at is not selected, the Condition code will be evaluated only once.
|
|
 Label
Optional label that summarize the condition and will be used on the diagram panel.
|
|
 Code
Put here the condition code that will return either true (condition passes, triggering of the Delay) or false (condition fails, no trigger)
|
|