Skip to content
Snippets Groups Projects
Commit 5cf0aecf authored by Johannes Schumann's avatar Johannes Schumann
Browse files

Apply suggestion to km3io/daq.py

parent 8998a0ca
No related branches found
No related tags found
1 merge request!7Summaryslice status
Pipeline #7966 passed with warnings
......@@ -46,7 +46,13 @@ def get_channel_flags(value):
def get_number_udp_packets(value):
"""Returns the number of received UDP packets (dq_status)"""
"""Returns the number of received UDP packets (dq_status)
Parameters
----------
value : int32
The integer value to be parsed.
"""
return np.bitwise_and(value, 0x7FFF)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment