cf.CellMethod.set_qualifier¶
-
CellMethod.
set_qualifier
(qualifier, value)[source]¶ Set a qualifier of the cell method.
New in version (cfdm): 1.7.0
See also
- Parameters
- qualifier:
str
The name of the qualifier to be set.
- value:
The value for the qualifier.
- qualifier:
- Returns
Examples
>>> c = cf.CellMethod() >>> c.set_qualifier('where', 'land') >>> c.get_qualifier('where') 'land'