el 2290-5 5 kV Power Supply User's Manual Section 7:
2290-5-900-01 Rev. A/December 2013 7-9
time.sleep(1) # Allow measurement to be taken
currRdgList.append(currReading)
voltage = voltage + 300
# Set the voltage of the 2290 to 0V and turn off its output
ki2290.write("VSET 0")
ki2290.write("HVOF")
# Turn off the output of the Model 263xB
ki263x.write("smua.source.output = smua.OUTPUT_OFF")
# Print the current measurements
print "Current Measurements: ", currRdgList