Skip to content

Commit

Permalink
Added docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
evalott100 committed Jun 12, 2024
1 parent e4a5123 commit 32947a7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/pandablocks/hdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ class HDFWriter(Pipeline):
Args:
file_names: Iterator of file names. Must be full file paths. Will be called once
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"}
}``
"""

def __init__(
Expand Down

0 comments on commit 32947a7

Please sign in to comment.