Skip to content

Commit

Permalink
Merge pull request #1004 from BCDA-APS/1003-PV-typo
Browse files Browse the repository at this point in the history
Fix typo in PV name for synApps SaveData() class

Thanks both to @FabricioSMarin and @MDecarabas
  • Loading branch information
prjemian authored Jul 18, 2024
2 parents 9a5afb9 + 118656d commit 684a83d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apstools/synApps/save_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class SaveData(Device):
comment2 = Component(EpicsSignal, "comment2", string=True, kind="config")
write_1D_each_point = Component(EpicsSignal, "realTime1D", string=True, kind="config")
max_retries = Component(EpicsSignal, "maxAllowedRetries", kind="config")
retry_wait_s = Component(EpicsSignal, "retryWaitinSecs", kind="config")
retry_wait_s = Component(EpicsSignal, "retryWaitInSecs", kind="config")

full_path_name = Component(EpicsSignalRO, "fullPathName", string=True, kind="config")
full_name = Component(EpicsSignalRO, "fileName", string=True, kind="normal")
Expand Down

0 comments on commit 684a83d

Please sign in to comment.