cf.CellMeasure.identity¶
-
CellMeasure.identity(default=None)[source]¶ Return the cell measure’s identity.
The identity is first found of:
- The
measureattribute. - The
standard_nameCF property. - The
idattribute. - The value of the default parameter.
Parameters: - default : optional
If none of
measure,standard_nameandidexist then return default. By default, default is None.
Returns: - out :
The identity.
Examples: - The