PsiSimParam (values)

PsiSimParam accepts a list of different values that a variable should have in different simulations, where the value is the same for all trials in one simulation.  Values is either a cell range, such as PsiSimParam(A1:A3), or an array of numbers, such as PsiSimParam({6.0, 7.5, 9.0}).  In the latter case, PsiSimParam will return 6.0 for all trials of the first simulation, 7.5 for all trials of the second simulation, and 9.0 for all trials of the third simulation.