We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6145b11 commit 79610b1Copy full SHA for 79610b1
apstools/synApps/swait.py
@@ -90,7 +90,7 @@ def _swait_channels(channel_list):
90
return defn
91
92
93
-class SwaitRecord(EpicsRecordFloatFields, EpicsRecordDeviceCommonAll):
+class SwaitRecord(EpicsRecordDeviceCommonAll):
94
"""
95
synApps swait record: used as $(P):userCalc$(N)
96
@@ -99,6 +99,10 @@ class SwaitRecord(EpicsRecordFloatFields, EpicsRecordDeviceCommonAll):
99
~reset
100
101
102
+ precision = Cpt(EpicsSignal, ".PREC")
103
+ high_operating_range = Cpt(EpicsSignal, ".HOPR")
104
+ low_operating_range = Cpt(EpicsSignal, ".LOPR")
105
+
106
calculated_value = Cpt(EpicsSignal, ".VAL")
107
calculation = Cpt(EpicsSignal, ".CALC")
108
0 commit comments