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.
import ATK ATK.setVerbosityLevel(10) ... print ATK.verbosityLevel()
generating the output
10
To specify the verbosity for the self-consistent calculation only, use the function runtimeParameters() instead.