Skip to content

Commit

Permalink
fixed up doctring
Browse files Browse the repository at this point in the history
  • Loading branch information
evalott100 committed Jun 13, 2024
1 parent 32947a7 commit 130cb66
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions src/pandablocks/hdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,16 @@ class HDFWriter(Pipeline):
per file created.
capture_record_hdf_names: A dictionary of alternate dataset names to use for
each field. For example
``{"COUNTER1.OUT":
{"Value": "name", "Min": "name-min", "Max": "name-max"}
}``
.. code-block:: python
{
"COUNTER1.OUT": {
"Value": "name",
"Min": "name-min",
"Max": "name-max"
}
}
"""

def __init__(
Expand Down

0 comments on commit 130cb66

Please sign in to comment.