cf.Coordinate.positive

Coordinate.positive

The positive CF property.

Examples

>>> c.positive = 'up'
>>> c.positive
'up'
>>> del c.positive
>>> f.setprop('positive', 'down')
>>> f.getprop('positive')
'down'
>>> f.delprop('positive')

Previous topic

cf.Coordinate.month_lengths

Next topic

cf.Coordinate.scale_factor

This Page