Skip to content

Commit

Permalink
MNT #156 remove duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed May 26, 2019
1 parent 7405131 commit f9c85e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apstools/devices.py
Original file line number Diff line number Diff line change
Expand Up @@ -1382,7 +1382,6 @@ def rampUp_rampDown():
tolerance = Component(Signal, kind="omitted", value=1) # override in subclass
units = Component(Signal, kind="omitted", value="") # override in subclass

tolerance = 1 # requirement: |signal - target| <= tolerance (see `settled()`)
report_interval_s = 5 # time between reports during loop, s
poll_s = 0.02 # time to wait during polling loop, s

Expand Down

0 comments on commit f9c85e7

Please sign in to comment.