cagey.TurbidState#

class cagey.TurbidState(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)[source]#

Bases: Enum

The turbidity of a reaction solution.

Attributes

DISSOLVED

The solution is dissolved.

TURBID

The solution is turbid.

UNSTABLE

The solution state could not be determined.

DISSOLVED = 'dissolved'#

The solution is dissolved.

TURBID = 'turbid'#

The solution is turbid.

UNSTABLE = 'unstable'#

The solution state could not be determined.