devctrl.utility#

Functions

decrease_value

From a list of values, get the current value, decrease the value to the next possible value and set it using the getter :param values: list of values :param getter: Function returning a value in values :param setter: Function taking a value from values :param name: Name of the thing, used in a potential error message :return: The new value

increase_value

From a list of values, get the current value, increase the value to the next possible value and set it using the getter :param values: list of values :param getter: Function returning a value in values :param setter: Function taking a value from values :param name: Name of the thing, used in a potential error message :return: The new value

config_file

event

file_io

log

monitor

settings

Utility for handling measurement settings in a class-based approach.

threading

time

visa