Initiatepulsetestdual() - Keithley 2601B Reference Manual

2600b series system sourcemeter instrument
Hide thumbs Also See for 2601B:
Table of Contents

Advertisement

Section 7: TSP command reference
Details
This function only initiates configured pulse trains assigned to a valid tag. Configure the pulse before initiating it
using one of the ConfigurePulse* functions (refer to the Also see section).
Example
smua.reset()
smua.source.rangev = 5
smua.source.rangei = 1
smua.source.levelv = 0
smua.measure.rangev = 5
smua.measure.rangei = 1
smua.measure.nplc = 0.01
smua.measure.autozero = smua.AUTOZERO_ONCE
smua.nvbuffer1.clear()
smua.nvbuffer1.appendmode = 1
smua.source.output = smua.OUTPUT_ON
f1, msg1 = ConfigPulseVMeasureI(smua, 0, 5,
1, 0.002, 0.2, 10, smua.nvbuffer1, 1)
if f1 == true then
f2, msg2 = InitiatePulseTest(1)
print("Initiate message:", msg2)
else
print("Config errors:", msg1)
end
Also see
ConfigPulseIMeasureV()
ConfigPulseVMeasureI()
ConfigPulseIMeasureVSweepLin()
ConfigPulseVMeasureISweepLin()
ConfigPulseIMeasureVSweepLog()
ConfigPulseVMeasureISweepLog()
KIPulse factory script

InitiatePulseTestDual()

This
KIPulse factory script
tag2.
Type
TSP-Link accessible
Function
No
7-104
(on page 7-33)
(on page 7-39)
(on page 7-35)
(on page 7-41)
(on page 7-37)
(on page 7-43)
(on page 5-21)
(on page 5-21) function configures initiates the pulse configuration assigned tag1 and
Affected by
Series 2600B System SourceMeter® Instrument Reference Manual
Configure System SourceMeter
instrument channel A to generate
a pulse train. If no errors are
encountered, initiate the pulse
train. Channel A pulses voltage
from a bias level of 0 V to a pulse
level of 5 V. The pulse level is
present for 2 ms and the bias level
for 200 ms, with a 1 A limit setting.
A total of 10 pulses is generated,
and the measurement data is
stored in smua.nvbuffer1. This
pulse train is assigned to tag =
1.
Where saved
®
Default value
2600BS-901-01 Rev. B / May 2013

Advertisement

Table of Contents
loading

This manual is also suitable for:

2604b2614b2634b2635b2636b2602b ... Show all

Table of Contents