pytimber.LoggingDB.get_variables_for_hierarchies

LoggingDB.get_variables_for_hierarchies(pattern_or_list: Union[str, Iterable[str]], system: str = 'CERN') Dict[str, List[str]]

Get a list of variables attached to hierarchies. Wildcard for the pattern is ‘%’.

Parameters:
  • pattern_or_list – pattern for the selection of hierarchy paths or a list of hierarchy paths

  • system – under which hierarchies are defined (default CERN)

Returns:

Dictionary of hierarchy paths with corresponding list of attached variables