Return a comparison object for a variable for being strictly greater than a value.
The value which a variable is to be compared with.
The units of value. By default, the same units as the variable being tested are assumed, if applicable.
The comparison object.
See also
eq, ge, ne, le, lt, set, wi, wo
Examples
>>> c = cf.gt(5) >>> c <CF Comparison: x gt 5> >>> c.evaluate(6) True >>> c.evaluate(5) False
cf.ge
cf.le
Enter search terms or a module, class or function name.