Section 7: TSP command reference
Series 2600B System SourceMeter® Instrument Reference Manual
7-38
2600BS-901-01 Rev. C / August 2016
Example
ConfigPulseIMeasureV(smua, 0, 5, 10,
0.001, 0.080, 1, smua.nvbuffer1, 1)
Set up a pulse train that uses System SourceMeter
®
instrument channel A. The pulse amplitude will be 5 A
and will return to 0 A after 1 ms. The pulse will remain
at 0 A for 80 ms and the voltage limit will be 10 V
during the pulse. The pulse train will consist of only 1
pulse, and this pulse will be assigned a
tag
index of
1.
Also see
(on page 7-114)
(on page 5-22)
ConfigPulseIMeasureVSweepLin()
This KIPulse factory script function configures a linear pulsed current sweep with a voltage measurement at each
point.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function
No
Usage
f
,
msg
= ConfigPulseIMeasureVSweepLin(
smu, bias, start, stop, limit, ton, toff,
points, buffer, tag, sync_in, sync_out, sync_in_timeout, sync_in_abort
)
f
,
msg
= ConfigPulseIMeasureVSweepLin(
smu, bias, start, stop, limit, ton, toff,
points, buffer, tag, sync_in, sync_out, sync_in_timeout
)
f
,
msg
= ConfigPulseIMeasureVSweepLin(
smu, bias, start, stop, limit, ton, toff,
points, buffer, tag, sync_in, sync_out
)
f
,
msg
= ConfigPulseIMeasureVSweepLin(
smu, bias, start, stop, limit, ton, toff,
points, buffer, tag, sync_in
)
f
,
msg
= ConfigPulseIMeasureVSweepLin(
smu, bias, start, stop, limit, ton, toff,
points, buffer, tag
)
f
A Boolean flag; this flag is
true
if the pulse was successfully configured,
false
when errors
were encountered
msg
A string message; if the
f
flag is
false
,
msg
contains an error message; if it is
true
,
msg
contains a string indicating successful configuration
smu
System SourceMeter
®
instrument channel (for example,
smua
refers to SMU channel A)
bias
Bias level in amperes
start
Pulse sweep start level in amperes
stop
Pulse sweep stop level in amperes
limit
Voltage limit (for example, compliance) in volts
ton
Pulse on time in seconds
toff
Pulse off time in seconds