Skip to content

Commit

Permalink
Merge pull request #327 from BCDA-APS/326-epid-clock-ticks-field
Browse files Browse the repository at this point in the history
epid: remove clock_ticks field
  • Loading branch information
prjemian committed Jun 24, 2020
2 parents 06f5cfe + 56cd7ce commit e18c299
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apstools/synApps/epid.py
Expand Up @@ -60,7 +60,6 @@ class EpidRecord(EpicsRecordFloatFields, EpicsRecordDeviceCommonAll):
calculated_I = Component(EpicsSignal, ".I")
calculated_D = Component(EpicsSignalRO, ".D")

clock_ticks = Component(EpicsSignalRO, ".CT")
time_difference = Component(EpicsSignal, ".DT")
minimum_delta_time = Component(EpicsSignal, ".MDT")

Expand Down

0 comments on commit e18c299

Please sign in to comment.