Skip to content

Commit

Permalink
Merge pull request #41 from QudevETH/bugfix/virtual_AWG8_clock
Browse files Browse the repository at this point in the history
virtual_AWG8: make awg_nr optional in clock_freq() to avoid a crash …
  • Loading branch information
chellings authored May 5, 2020
2 parents 48067e7 + 1d32c91 commit 6d60941
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def _add_codeword_parameters(self):
docstring=docst)
self._params_to_skip_update.append(parname)

def clock_freq(self, awg_nr):
def clock_freq(self, awg_nr=None):
return 2.4e9

def upload_codeword_program(self):
Expand Down

0 comments on commit 6d60941

Please sign in to comment.