Skip to content

Commit

Permalink
Trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
spauka committed Jan 25, 2018
1 parent e7be8e7 commit 3bc4528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qcodes/instrument_drivers/american_magnetics/AMI430.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ def _set_ramp_rate(self, rate):
""" Set the ramp rate of the first segment in Tesla per second """
if rate > self.field_ramp_limit():
raise ValueError("{} {} is above the ramp rate limit of {} {}".format(
rate, self.ramp_rate.unit,
rate, self.ramp_rate.unit,
self.field_ramp_limit(), self.field_ramp_limit.unit))
self.write('CONF:RAMP:RATE:SEG 1')
self.write('CONF:RAMP:RATE:FIELD 1,{},0'.format(rate))
Expand Down

0 comments on commit 3bc4528

Please sign in to comment.