Hi everyone,
Could someone provide some insight how to define a global/design variable in ADE Assembler Maestro in terms of an IF statement, but instead of passing just one value after evaluating the IF condition, it provides a vector (which would result in a parametric simulation)?
Example:
If Var2 == Value1, then Var1 takes the value set [Value-A Value-B Value-C] --> three simulations
If Var2 == Value2, then Var1 takes the value set [Value-D Value-D] --> two simulations
So far I can only make it work for the case when the value set has just one value (typical IF-ELSE). How is the proper syntax to achieve this? Is there a special function for this case?
Thanks!