Skip to content

Commit

Permalink
fixes #68
Browse files Browse the repository at this point in the history
  • Loading branch information
arnobaer committed Sep 14, 2020
1 parent ab79076 commit 8936016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comet_pqc/measurements/iv_ramp_bias_elm.py
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ def measure(self, hvsrc, vsrc, elm):
fmt.write_row(dict(
timestamp=dt,
voltage=voltage,
elm_current=vsrc_reading,
elm_current=elm_reading,
vsrc_current=vsrc_reading,
hvsrc_current=hvsrc_reading,
bias_voltage=bias_voltage,
Expand Down

0 comments on commit 8936016

Please # to comment.