cfdm.CFDMImplementation.set_parameter

CFDMImplementation.set_parameter(parent, parameter, value, copy=True)[source]

Set a parameter on a component.

Added in version (cfdm): 1.12.2.0

Parameters:
parent:

The component to be modified.

parameter: str

The name of the parameter.

value:

The value of the parameter.

copy: bool, optional

If True (the default) then set a copy of value.

Returns:

None