setParamValue

Set the value of a configurator parameter

Signatures

  • Paramate.Configurator.setParamValue(paramName, val, doConfigure, callback)

Details

The function sets the value of a configurator parameter. If the value is an array, it will be copied by Array.slice and not assigned by reference.

Parameters

paramName

The name of the configurator parameter

val

The new value of the configurator parameter to be set

doConfigure

Perform automatic configuration after setting the value default: true

callback

Function to be called after the configuration is done

Return value

none