cf.Data.get_dependent_tie_points¶
- Data.get_dependent_tie_points(default=ValueError())[source]¶
Return the list variable for a compressed array.
Added in version (cfdm): 1.10.0.1
- Parameters:
- default: optional
Return the value of the default parameter if no dependent tie point index variables have been set. If set to an
Exception
instance then it will be raised instead.
- Returns:
Examples
>>> l = d.get_dependent_tie_points()