Fixed tiny oversight in how "Voltage Linear Sweep" is identified. It should now work as intended.
0.1.2
Fixed a small logic error left in the Keithley_xls_read function. It was assuming that stats["Npts"] would only have a length of 1, but if you (in clarius) set one of the channels to common specifically, then it generates a settings file that states that the number of points is [0,Npts].
0.1.1
Replaced plotting logic inside of the bias_plotter function. Replaced data import logic inside of Keithley data importer Should be more robust and less based on "do the next three values increase or decrease" allowing for shorter data sets to work without error.