Skip to content

Commit

Permalink
Update rate comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
slacrherbst committed Sep 20, 2023
1 parent 5d388ff commit 41ddae0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tests/test_rate.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
#logger = logging.getLogger('pyrogue')
#logger.setLevel(logging.DEBUG)

MinRate = { 'remoteSetRate' : 100000,
'remoteSetNvRate' : 100000,
'remoteGetRate' : 100000,
'localSetRate' : 100000,
'localGetRate' : 100000,
'linkedSetRate' : 100000,
'linkedGetRate' : 100000 }
MinRate = { 'remoteSetRate' : 42000,
'remoteSetNvRate' : 46000,
'remoteGetRate' : 54000,
'localSetRate' : 36000,
'localGetRate' : 55000,
'linkedSetRate' : 36000,
'linkedGetRate' : 45000 }

class TestDev(pr.Device):

Expand Down

0 comments on commit 41ddae0

Please sign in to comment.