Skip to content

Commit

Permalink
Merge pull request #462 from lnls-sirius/rf-device
Browse files Browse the repository at this point in the history
Update max delta RF frequency
  • Loading branch information
murilobalves authored Apr 30, 2020
2 parents f5e66b6 + ed6a2d0 commit ad7ecc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion siriuspy/siriuspy/devices/rf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class RFGen(_DeviceNC):
"""."""

RF_DELTA_MIN = 0.1 # [Hz]
RF_DELTA_MAX = 1000.0 # [Hz]
RF_DELTA_MAX = 15000.0 # [Hz]
RF_DELTA_RMP = 20 # [Hz]

class DEVICES:
Expand Down

0 comments on commit ad7ecc8

Please sign in to comment.