cf.AuxiliaryCoordinate.positive

AuxiliaryCoordinate.positive

The positive CF property.

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