EasyManuals Logo
Home>Keithley>Measuring Instruments>Series 2600

Keithley Series 2600 User Manual

Keithley Series 2600
136 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
Page #67 background imageLoading...
Page #67 background image
A-14
APPENDIX A
Scripts
--Print Data to output queue
--Local Variables
local l_points = points
local l_volt = volt
local l_curr = curr
print(“Voltage Data (V):”)
for l_i = 1, l_points do
print(l_volt[l_i])
end
print(“”)
print(“Source Current Data (A):”)
for l_i = 1, l_points do
print(l_curr[l_i])
end
end --function Print_Data()
--Diode_Fwd_Chr_Log()
Program 3C. Diode Characterization Pulsed Sweep
--[[
Diode_Fwd_Char_Pulse(): USES TABLES
This program performs a forward characterization test on a diode using a pulsed source and
prints data. The default is a 50% duty cycle (i.e., ton = toff)
Required equipment:
(1) Single-channel Keithley Series 2600 System SourceMeter instrument
(1) Silicon diode or equivalent
Running this script creates functions that can be used to measure the IV characteristics
of diodes.
The functions created are:
1. Diode_Fwd_Char_Pulse(ilevel, start, stop, ton, toff, steps) --Default values ilevel =
0s, start =
--1ma, stop = 10ma, ton =
10ms,
--toff = 10ms, steps = 10
2. Print_Data(steps,volt,curr)
See detailed information listed in individual functions

Table of Contents

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Keithley Series 2600 and is the answer not in the manual?

Keithley Series 2600 Specifications

General IconGeneral
BrandKeithley
ModelSeries 2600
CategoryMeasuring Instruments
LanguageEnglish

Related product manuals