tsdat.config.quality_manager_definition

Classes

QualityManagerDefinition

Wrapper for the quality_management portion of the pipeline config

QualityManagerKeys

Class that provides a handle for keys in the quality management section

class tsdat.config.quality_manager_definition.QualityManagerDefinition(name: str, dictionary: Dict)[source]

Wrapper for the quality_management portion of the pipeline config file.

Parameters
  • name (str) – The name of the quality manager in the config file.

  • dictionary (Dict) – The dictionary contents of the quality manager from the config file.

class tsdat.config.quality_manager_definition.QualityManagerKeys[source]

Class that provides a handle for keys in the quality management section of the pipeline config file.

CHECKER = checker[source]
EXCLUDE = exclude[source]
HANDLERS = handlers[source]
VARIABLES = variables[source]