Skip to content
Snippets Groups Projects
ConfigurationFiles.md 3.99 KiB

Configuration Files

The behaviour of SaQC can be completely controlled by a text based configuration file.

Format

SaQC expects configuration files to be semicolon-separated text files with a fixed header. Each row of the configuration file lists one variable and one or several test functions that are applied on the given variable.

Header names

The header names are basically fixed, but if you really insist in custom configuration headers have a look here.

Name Data Type Description Required
varname string name of a variable yes
test function notation test function yes
plot boolean (True/False) plot the test's result no

Test function notation

The notation of test functions follows the function call notation of Python and many other programming languages and looks like this:

flagRange(min=0, max=100)