Command Line API Reference

The main function for parsing global arguments

usage: iucm [-h] [-id str] [-l] [-n] [-v] [-vl str or int] [-nm] [-E]
            {setup,init,set-value,get-value,del-value,info,unarchive,configure,preproc,run,postproc,archive,remove}
            ...

Named Arguments

-id, --experiment
 
experiment: str
The id of the experiment to use. If the init argument is called, the new argument is automatically set. Otherwise, if not specified differently, the last created experiment is used.
-l, --last

If True, the last experiment is used

Default: False

-n, --new

If True, a new experiment is created

Default: False

-v, --verbose

Increase the verbosity level to DEBUG. See also verbosity_level for a more specific determination of the verbosity

Default: False

-vl, --verbosity-level
 The verbosity level to use. Either one of 'DEBUG', 'INFO', 'WARNING', 'ERROR' or the corresponding integer (see pythons logging module)
-nm, --no-modification
 

If True/set, no modifications in the configuration files will be done

Default: False

-E, --match

If True/set, interprete experiment as a regular expression (regex) und use the matching experiment

Default: False