cf.Field.units

Field.units

The units CF property.

This property is a mirror of the units stored in the Units attribute.

Examples

>>> f.units = 'K'
>>> f.units
'K'
>>> del f.units
>>> f.setprop('units', 'm.s-1')
>>> f.getprop('units')
'm.s-1'
>>> f.delprop('units')

Previous topic

cf.Field.title

Next topic

cf.Field.valid_max

This Page