Keithley 6430 Instruction Manual page 201

Sub-femtoamp remote sourcemeter
Hide thumbs Also See for 6430:
Table of Contents

Advertisement

'Setup Source Memory Location 100 (Dummy Location)
'------------------------------------------------------
' Using a Dummy Location allows the Source Memory
' Sweep to stop testing the DUT as quickly as possible.
' This allows the test setup to ensure high yields and
' to not waste test time on devices that fail early
' in the Source Memory Sweep.
'------------------------------------------------------
Call OutputCmd(intGPIB, "*RST")
Call OutputCmd(intGPIB, ":SOUR:DEL 0")
Call OutputCmd(intGPIB, ":SOUR:VOLT 0")
Call OutputCmd(intGPIB, ":SENS:FUNC:OFF:ALL")
Call OutputCmd(intGPIB, ":CALC2:LIM1:STAT OFF")
Call OutputCmd(intGPIB, ":CALC2:LIM2:STAT OFF")
Call OutputCmd(intGPIB, ":CALC2:CLIM:PASS:SML NEXT") 'Set SML Pass Location
Call OutputCmd(intGPIB, ":CALC2:CLIM:FAIL:SML 100")
Call OutputCmd(intGPIB, ":SOUR:MEM:SAVE 100")
Call OutputCmd(intGPIB, "*RST")
Call OutputCmd(intGPIB, ":CALC2:CLIM:BCON END")
Call OutputCmd(intGPIB, ":SENSE:FUNC:CONC OFF")
Call OutputCmd(intGPIB, "TRIG:COUN 3")
Call OutputCmd(intGPIB, ":SOUR:FUNC MEM")
Call OutputCmd(intGPIB, ":SOUR:MEM:POIN 3")
Call OutputCmd(intGPIB, ":SOUR:MEM:STAR 1")
Call OutputCmd(intGPIB, "SOUR2:CLE:AUTO ON;:SOUR2:CLE:AUTO:DEL 1") 'Set Digital I/O auto-clear
Call OutputCmd(intGPIB, ":CALC2:cLIM:PASS:SOUR2 12"
Call OutputCmd(intGPIB, "OUTPUT ON")
Call OutputCmd(intGPIB, ":INIT")
End Sub
'Turn off everything to increase speed.
'Restore GPIB default conditions.
'Set Source Delay to 0
'Set Source Voltage to 0
'Turn off all Measure Functions
'Turn Limit 1 Off
'Turn Limit 2 Off
'Set SML Fail Location
'Save in source memory location 100.
'Restore GPIB default conditions.
'Turn off Concurrent Functions.
'Trigger count = # sweep points.
'Source Memory sweep Mode.
'Number of Memory Points = 3.
'Start @ Memory Location 1.
'Set Digital Output Pattern for Limit #2 Passing
'Turn on Output
'Trigger Sweep.
Sweep Operation
9-25

Advertisement

Table of Contents
loading

Table of Contents