cf.CellMeasure.setprop

CellMeasure.setprop(prop, value)[source]

Set a CF property.

See also

delprop, getprop, hasprop

Parameters:
prop : str

The name of the CF property.

value :

The value for the property.

Returns:

None

Examples:
>>> f.setprop('standard_name', 'time')
>>> f.setprop('foo', 12.5)

Previous topic

cf.CellMeasure.setattr

Next topic

cf.CellMeasure.sin

This Page