setParameterValues()

Used to set the value of named parameter. For example, if the same values are set up over and over, a separate script can be written that lists only a subset of the parameters, which are the only ones displayed in the parameter screen, setParameterValues() is used to set the others, and loadScript() is used to read in the original.

Example using setParameterValues()

setParameterValue(strName, strValue)