cf.Field.units

Field.units

The units CF attribute.

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

Examples

>>> f.units = 'K'
>>> f.units
'K'
>>> del f.units

Previous topic

cf.Field.title

Next topic

cf.Field.valid_max

This Page