cf.Field.references

Field.references

The references CF property.

Examples

>>> f.references = 'some references'
>>> f.references
'some references'
>>> del f.references
>>> f.setprop('references', 'some references')
>>> f.getprop('references')
'some references'
>>> f.delprop('references')

Previous topic

cf.Field.month_lengths

Next topic

cf.Field.scale_factor

This Page