Skip to content

Commit

Permalink
DOC: Update docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangt58 committed Jun 17, 2024
1 parent 588959e commit 9148c77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phantasy/library/pv/epics_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -595,6 +595,7 @@ def fetch_data(pvlist: List[str],
data_opt : dict
- with_timestamp : bool
If set, return data array with aligned timestamp info, *with_data* must be set.
- fillna_method : str
The algorithm to fill out the NaN values of the retrieved dataset, defaults to 'linear',
which applies linear interpolation, other options 'nearest', 'ffill', 'bfill', and 'none'
Expand Down

0 comments on commit 9148c77

Please sign in to comment.