
Section 7: Typical applications
Model 2290-10 10 kV Power Supply User's Manual
7-8
2290-10-900-01 Rev. A/December 2013
currRdgList.append(currReading)
voltage = v 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