About Conditional Expressions

A conditional expression is an expression that you define that specifies certain criteria that must be met before a segment of the simulation process flow executes.

You define conditional expressions using the Sim-flow Condition Expression Editor. Conditional expressions can be as simple as

(X > Y + Z)

or they can be arbitrarily complex, such as

sin(real_number) > 0.5 || (Boolean_string && integer1 != integer2)

You can use parameters, array parameters (resizable arrays), aggregates (scalars), and variables to build a conditional expression.