cf.Coordinate.comment

Coordinate.comment

The comment CF property.

Examples

>>> f.comment = 'This simulation was done on an HP-35 calculator'
>>> f.comment
'This simulation was done on an HP-35 calculator'
>>> del f.comment
>>> f.setprop('comment', 'a comment')
>>> f.getprop('comment')
'a comment'
>>> f.delprop('comment')

Previous topic

cf.Coordinate.calendar

Next topic

cf.Coordinate._FillValue

This Page