Skip to content

Commit 5e20e81

Browse files
separated the reset() and apply_current() calls
1 parent 373c3e7 commit 5e20e81

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Keithley_2400_Keithley_2182/Backends/IV_K2400_K2182_Backend_v1.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ def configure_source(self, compliance_voltage=210, current_range=1e-3):
4747
"""Configures the K2400 source parameters."""
4848
if not self.k2400:
4949
return
50+
self.k2400.reset()
5051
self.k2400.apply_current()
5152
self.k2400.source_current_range = current_range
5253
time.sleep(0.5)

0 commit comments

Comments
 (0)