Section 7: TSP command reference
Series 2600B System SourceMeter® Instrument Reference Manual
7-40
2600BS-901-01 Rev. C / August 2016
Example
ConfigPulseIMeasureVSweepLin(smua, 0,
0.01, 0.05, 1, 1e-3, 0.1, 20,
smua.nvbuffer2, 3)
Set up a pulsed sweep that will use System
SourceMeter
®
instrument channel A. The pulsed
sweep will start at 10 mA, end at 50 mA, and return to
a 0 mA bias level between pulses. Each pulsed step
will be on for 1 ms, and then at the bias level for
100 ms. The voltage limit will be 1 V during the entire
pulsed sweep. The pulse train will be comprised of 20
pulsed steps and the pulse train will be assigned a
tag
index of 3.
Also see
(on page 7-114)
(on page 5-22)
ConfigPulseIMeasureVSweepLog()
This KIPulse factory script function configures a voltage pulse train with a current measurement at each point.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function
No
Usage
f
,
msg
= ConfigPulseIMeasureVSweepLog(
smu, bias, start, stop, limit, ton, toff,
points, buffer, tag, sync_in, sync_out, sync_in_timeout, sync_in_abort
)
f
,
msg
= ConfigPulseIMeasureVSweepLog(
smu, bias, start, stop, limit, ton, toff,
points, buffer, tag, sync_in, sync_out, sync_in_timeout
)
f
,
msg
= ConfigPulseIMeasureVSweepLog(
smu, bias, start, stop, limit, ton, toff,
points, buffer, tag, sync_in, sync_out
)
f
,
msg
= ConfigPulseIMeasureVSweepLog(
smu, bias, start, stop, limit, ton, toff,
points, buffer, tag, sync_in
)
f
,
msg
= ConfigPulseIMeasureVSweepLog(
smu, bias, start, stop, limit, ton, toff,
points, buffer, tag
)