Skip to content

Commit

Permalink
fixes #325
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Jun 24, 2020
1 parent e18c299 commit 483041e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apstools/synApps/epid.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ class EpidRecord(EpicsRecordFloatFields, EpicsRecordDeviceCommonAll):

following_error = Component(EpicsSignalRO, ".ERR")
output_value = Component(EpicsSignalRO, ".OVAL")
final_value = Component(EpicsSignalRO, ".VAL")

calculated_P = Component(EpicsSignalRO, ".P")
calculated_I = Component(EpicsSignal, ".I")
Expand Down

0 comments on commit 483041e

Please sign in to comment.