cf.cellle

cf.cellle(value, units=None)[source]

A Query object for a “cell bounds less than or equal” condition.

Parameters
value:

The query condition’s value.

units: str or Units, optional

The units of value. By default, the same units as the operand being tested are assumed, if applicable. If units is specified and the already value has units (such as a Data object`), then they must be equivalent.

Returns
Query

The query object.

Examples:

TODO