Skip to content
Snippets Groups Projects
Commit 16c03cd7 authored by Laurent Mercadier's avatar Laurent Mercadier
Browse files

Fix docstring of digitizer_signal_description()

parent 648d4ee4
No related branches found
No related tags found
1 merge request!212Fix docstring of digitizer_signal_description()
...@@ -14,7 +14,7 @@ unreleased ...@@ -14,7 +14,7 @@ unreleased
- **New Features** - **New Features**
- Read signal description from Fast ADC and ADQ412 digitizers :mr:`209` - Read signal description from Fast ADC and ADQ412 digitizers :mr:`209`, :mr:`212`
1.6.0 1.6.0
----- -----
......
...@@ -994,10 +994,8 @@ def digitizer_signal_description(run, digitizer=None): ...@@ -994,10 +994,8 @@ def digitizer_signal_description(run, digitizer=None):
Parameters Parameters
---------- ----------
proposal: int run: extra_data.DataCollection
The proposal number DataCollection containing the digitizer data.
runNB: int
The run number
digitizer: str or list of str (default=None) digitizer: str or list of str (default=None)
Name of the digitizer: one in ['FastADC', FastADC2', Name of the digitizer: one in ['FastADC', FastADC2',
'ADQ412', 'ADQ412_2] 'ADQ412', 'ADQ412_2]
......
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