Name

verbosityLevel Tells the degree of output from ATK

Synopsis

Namespace: ATK
int verbosityLevel(verbositylevel)

Description

The function verbosityLevel() returns the current setting of the global verbosity level. The verbosity level controls the amount of information printed by ATK during different types of calculations.

Usage examples

import ATK
ATK.setVerbosityLevel(10)
...
print ATK.verbosityLevel()

generating the output

10

Notes

To specify the verbosity for the self-consistent calculation only, use the function runtimeParameters() instead.

Further examples