Skip to content

Commit

Permalink
Update keithley2400.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pbnjeff89 committed Sep 11, 2018
1 parent c4593e4 commit 9e79b0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion labdrivers/keithley/keithley2400.py
Expand Up @@ -490,7 +490,8 @@ def sweep_direction(self, direction):
def ramp_to_zero(self):
pass

def ramp_to_setpoint(self, setpoint: float, step: float, wait: float)
def ramp_to_setpoint(self, setpoint: float, step: float, wait: float):
pass

# Common commands

Expand Down

0 comments on commit 9e79b0b

Please sign in to comment.