1. Condition Space

Use a ConditionSpace when you want to check all permutations and combinations of selected variables and their values.
All variable values are run against each other.
Example: If you have 3 variables, the first with 5 values, the second with 4 values and the third with 3 values - the number of checked combinations is 60 (5x4x3=60).

When you run this condition space all simulations are run and the results of all simulations are stored incrementally in separate sub folders.

In the fixed variables section you can override the default value of one or more variables for all simulations defined in the condition space.

You may run Data check to find if the condition space will create valid simulations.