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

Apply suggestion to km3io/daq.py

parent 059f16f7
No related branches found
No related tags found
1 merge request!7Summaryslice status
Pipeline #7968 passed with warnings
......@@ -63,7 +63,13 @@ def get_number_udp_packets(value):
def get_udp_max_sequence_number(value):
"""Returns the maximum sequence number of the received UDP packets (dq_status)"""
"""Returns the maximum sequence number of the received UDP packets (dq_status)
Parameters
----------
value : int32
The integer value to be parsed.
"""
return np.right_shift(value, 16)
......
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