Section 7: Command reference
Model 2651A High Power System SourceMeter® Instrument Reference Manual
7-36
2651A-901-01 Rev. A / March 2011
ConfigPulseVMeasureISweepLog()
(on page 5-23) 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
= ConfigPulseVMeasureISweepLog(
smu, bias, start, stop, limit, ton, toff,
points, buffer, tag, sync_in, sync_out, sync_in_timeout, sync_in_abort
)
f
,
msg
= ConfigPulseVMeasureISweepLog(
smu, bias, start, stop, limit, ton, toff,
points, buffer, tag, sync_in, sync_out, sync_in_timeout
)
f
,
msg
= ConfigPulseVMeasureISweepLog(
smu, bias, start, stop, limit, ton, toff,
points, buffer, tag, sync_in, sync_out
)
f
,
msg
= ConfigPulseVMeasureISweepLog(
smu, bias, start, stop, limit, ton, toff,
points, buffer, tag, sync_in
)
f
,
msg
= ConfigPulseVMeasureISweepLog(
smu, bias, start, stop, limit, ton, toff,
points, buffer, tag
)
f
A Boolean flag. This flag will be
true
when the pulse was successfully configured,
false
when errors were encountered
msg
A string message; if the
f
flag is
false
,
msg
will contain an error message; if it is
true
,
msg
will contain a string indicating successful configuration
smu
System SourceMeter
®
instrument channel (set to
smua
)
bias
Bias level in volts
start
Pulse sweep start level in volts
stop
Pulse sweep stop level in volts
limit
Voltage limit (for example, compliance) in amperes
ton
Pulse on time in seconds
toff
Pulse off time in seconds
points
Number of pulse-measure cycles
buffer
Reading buffer where pulsed measurements will be stored; if this is
nil
when the
function is called, no measurements will be made when the pulse train is initiated
tag
Numeric identifier to be assigned to the defined pulse train
sync_in
Defines a digital I/O trigger input line; if programmed, the pulse train will wait for a
trigger input before executing each pulse (this parameter is optional)
sync_out
Defines a digital I/O trigger output line; if programmed, the pulse train will generate a
trigger output immediately before the start of
ton
(this parameter is optional)
sync_in_timeout
Specifies the length of time (in seconds) to wait for input trigger; default value is 10 s
sync_in_abort
Specifies whether or not to abort pulse if input trigger is not received. If pulse aborts
because of a missed trigger, a timer timeout message is returned;
true
or
false