pytimber.LoggingDB.get_meta_data

LoggingDB.get_meta_data(pattern: Union[str, Iterable[str]]) Dict[str, Tuple[List[float], List[Any]]]

Retrieves metadata for vector variables (so called vector contexts) matching a pattern. A context represents vector elements names. This information can changed over the time.

Parameters:

pattern – A pattern or list of names to search for vector variables.

Returns:

A dictionary with variable names as keys and tuples of vector context lists as values. The metadata tuple contains two lists: the first contains timestamps (in seconds since the Unix epoch) and the second contains context values.