Skip to content
Snippets Groups Projects
Commit 36fa4179 authored by Michael DM Dryden's avatar Michael DM Dryden
Browse files

Fixed SWV voltage axis label.

parent 11554144
Branches
Tags
No related merge requests found
......@@ -289,7 +289,7 @@ class swv_exp(Experiment):
self.databuffer = databuffer_instance
self.datatype = "SWVData"
self.xlabel = "Voltage (DAC units)"
self.xlabel = "Voltage (mV)"
self.ylabel = "Current (A)"
self.data = [[],[]] #only difference stored here
self.datalength = 2 * self.parameters['scans']
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment