changeInputVariable

fun changeInputVariable(inputName: String, value: Double): InputMap(source)

Creates a new instance of an InputMap that is a copy of the current instance but with the value associated with the specified inputName changed to the provided value

Return

the newly created instance

Parameters

inputName

the input name to change. Must be contained in the InputMap

value

the new value to assign. The supplied value must be in the valid input range for the named input