Skip to content

Commit

Permalink
Add default sampling rate to PhysicalChannel.
Browse files Browse the repository at this point in the history
  • Loading branch information
blakejohnson committed Jan 15, 2016
1 parent d3b1f35 commit 7317020
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()
samplingRate = Float(default=1e9)
delay = Float()

class LogicalChannel(Channel):
Expand Down

0 comments on commit 7317020

Please sign in to comment.