PV-WAVE Advantage > JWAVE User Guide > JWAVE Wrapper API > WRAPPER_TEST_SETPARAM Procedure   
WRAPPER_TEST_SETPARAM Procedure   
Sets a parameter to be used as input to a JWAVE wrapper function.
Usage
WRAPPER_TEST_SETPARAM, param_name, val
Input Parameters
param_name—A string containing the name of the parameter to set.
val—The value to be associated with the parameter.
Discussion
The JWAVE wrapper receives this parameter with the GETPARAM function. Run this procedure before running WRAPPER_TEST_EXECUTE.
This function imitates the behavior of the JWaveExecute.setParam method in a Java client application.
Example
See WRAPPER_TEST_INIT.
See Also