Skip to content

Commit

Permalink
Update keithley2260b.py
Browse files Browse the repository at this point in the history
  • Loading branch information
i-am-mounce committed Jun 11, 2024
1 parent 30feab6 commit 4e51d30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyscan/drivers/keithley2260b.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def initialize_properties(self):

# Removing smoothing because there is ambiguity between implementations
# on different models/firmwares

# self.add_device_property({
# 'name': 'smoothing',
# 'write_string': 'SENS:AVER:COUN {}',
Expand Down Expand Up @@ -324,4 +324,4 @@ def output_trigger(self):

def __del__(self):

self.instrument.close()
self.instrument.close()

0 comments on commit 4e51d30

Please sign in to comment.