Jpp test-rotations-new
the software that should make you happy
Loading...
Searching...
No Matches
module_status.py
Go to the documentation of this file.
1# -*- coding: utf-8 -*-
2"""
3KM3NeT Data Definitions v3.6.0
4https://git.km3net.de/common/km3net-dataformat
5"""
6
7# module_status
8data = dict(
9 MODULE_DISABLE= 0,
10 COMPASS_DISABLE= 1,
11 HYDROPHONE_DISABLE= 2,
12 PIEZO_DISABLE= 3,
13 MODULE_OUT_OF_SYNC= 4,
14 TRANSMITTER_DISABLE= 5,
15)