Skip to content

Commit

Permalink
removing docstrings on cc1 acknowledge setter
Browse files Browse the repository at this point in the history
  • Loading branch information
CatherineH committed May 6, 2016
1 parent baa8051 commit b680385
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions instruments/qubitekk/cc1.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,6 @@ def acknowledge(self):

@acknowledge.setter
def acknowledge(self, new_val):
"""
Turn the acknowledge message strings on or off
:param new_val: boolean
:return:
"""
if self.firmware[0] >= 2 and self.firmware[1] > 1:
if self._ack_on and not new_val:
self.sendcmd(":ACKN OF")
Expand Down

0 comments on commit b680385

Please sign in to comment.