pytuflow.Grid.times#
- Grid.times(filter_by=None, fmt='relative')#
Returns all the available times for the given context.
The context is an optional input that can be used to filter the return further. E.g. this can be used to get the times only for a given 1D channel.
- Parameters:
filter_by (str, optional) – The context to filter the times by.
fmt (str, optional) – The format for the times. Options are ‘relative’ or ‘absolute’.
- Returns:
The available times in the requested format.
- Return type:
list[TimeLike]