EasyManua.ls Logo

Keithley 2657A

Keithley 2657A
805 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Model 2657A High Power System SourceMeter® Instrument Reference Manual Section 2: General operation
2657A-901-01 Rev. B/December 2012 2-27
-- Restore Model 2657A defaults.
smua.reset()
-- Select voltage source function.
smua.source.func = smua.OUTPUT_DCVOLTS
-- Set source range to auto.
smua.source.autorangev = smua.AUTORANGE_ON
-- Set voltage source to 1000 V.
smua.source.levelv = 1000
-- Set current limit to 10 mA.
smua.source.limiti = 10e-3
-- Set current range to 20 mA.
smua.measure.rangei = 20e-3
-- Turn on output.
smua.source.output = smua.OUTPUT_ON
-- Print and place the current reading in the reading buffer.
print(smua.measure.i(smua.nvbuffer1))
-- Turn off output.
smua.source.output = smua.OUTPUT_OFF

Table of Contents

Related product manuals