p5control.settings
- p5control.settings.INSERV_DEFAULT_PORT = 42068
default instrument server port
- p5control.settings.DATASERV_DEFAULT_PORT = 30000
default data server port
- p5control.settings.DEFAULT_DATA_DIR = PosixPath('.data')
directory to store hdf5 files
- p5control.settings.MEASUREMENT_BASE_PATH = '/measurement'
path in the hdf5 file under which the measurements are stored
- p5control.settings.STATUS_MEASUREMENT_BASE_PATH = '/status'
path in the hdf5 file under which the statuses are stored
- p5control.settings.CALLBACK_THREAD_COUNT = 5
The amount of threads in the thread pool responsible for callbacks.