Contents
Config
FaultDetector
quick_fault_detector()
BaseConfig
InvalidConfigFile
Base config class template
Bases: ABC
ABC
Base configuration class. either config_filename or config_dict must be provided.
Read and validate the configuration.
None
Update the configuration. Sets the configuration_file path to None.
new_config_dict (Dict[str, Any]) – dictionary with the new configuration.
Dict
str
Any
Write the configuration to a yaml file
Bases: Exception
Exception
Raise when config file is not valid