Skip to content

Commit

Permalink
Remove unused function in N52xx driver
Browse files Browse the repository at this point in the history
  • Loading branch information
spauka committed Aug 8, 2018
1 parent 36a75ea commit 55c16f8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions qcodes/instrument_drivers/Keysight/N52xx.py
Original file line number Diff line number Diff line change
Expand Up @@ -407,9 +407,6 @@ def averages_off(self):
"""
self.averages_enabled(False)

def _set_auto_sweep(self, val: bool) -> None:
self._auto_sweep = val

def _set_power_limits(self,
min_power: Union[int, float],
max_power: Union[int, float]) -> None:
Expand Down

0 comments on commit 55c16f8

Please sign in to comment.