fmeobjects.FMETransformer.setParameterValues

FMETransformer.setParameterValues()

setParameterValues(parameters),

This is to set all the parameter names and specified parameter values on the FMETransformer. There is no value validation. All incoming values are assumed to be correct.

Parameters:

parameters (dict[str, bool | int | float | str | bytes | None | list[bool, int, float, str, bytes, None]]) – Parameter name/value pairs. None represents a null value.

Return type:

bool

Returns:

Will return False if a parameter value could not be set.