Skip to content

Commit

Permalink
Change default sampling rate to 1.2GS/s to make tests pass.
Browse files Browse the repository at this point in the history
  • Loading branch information
blakejohnson committed Jan 22, 2016
1 parent 9376580 commit 17e36c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QGL/Channels.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class PhysicalChannel(Channel):
AWG = Unicode()
translator = Unicode()
generator = Unicode()
samplingRate = Float(default=1e9)
samplingRate = Float(default=1.2e9)
delay = Float()

class LogicalChannel(Channel):
Expand Down

0 comments on commit 17e36c9

Please sign in to comment.