When iterating through parameter values, we need to do a bit of prep, as there are two ways these values can be specified (increment and specified in a list). This returns a list of the values for both specifications, so these can be iterated through without issue
prepare_parameter_value_list(PMIN, PMAX, PINC, PARAMVALS, PARAM_OF_INT)
Vector of the minimum values for each parameter
Vector of the maximum values for each parameter
Vector of the sample increment value for each parameter
Vector of the sampling values specified for each parameter, rather than an incremental sequence
The current parameter being analysed