2600S-901-01 Rev. C / January 2008 Return to Section Topics 13-15
Series 2600 System SourceMeter® Instruments Reference Manual Section 13: Factory Scripts
Waveform
Pulse initiated here
bias
level
ton
toff
pulse
level
Measurement
(1/NPLC Seconds)
Last source value before pulse train was initiated
Return
Values
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. Otherwise, msg will contain a string indicating successful
configuration.
Output
Data
Pulsed voltage measurements are stored in the reading buffer specified by the
buffer input argument.
Example ConfigPulseIMeasureV(smua, 0, 5, 10, 0.001, 0.080, 1,
smua.nvbuffer1, 1)
Set up a pulse train that will use SourceMeter channel A. The pulse amplitude will
be 5A and will return to 0A after 1msec. The pulse will remain at 0A for 80 msec
and the voltage limit will be 10V during the pulse. The pulse train will consist of
only 1 pulse and this pulse will be assigned a tag index of 1.
See Also KIGeneral TSP test script: InitiatePulseTest, InitiatePulseTestDual
Table 13-10 (continued)
KIGeneral TSP test script: ConfigPulseIMeasureV
TSP project name: KIFactoryPulse
TSP test script name: KIPulse
Firmware version: 1.2.0 and later
Function:
ConfigPulseIMeasureV
Usage:
f, msg = ConfigPulseIMeasureV
(smu,bias,level,limit,ton,toff,points,buffer,tag[,sync_in][,sync_out]
[,sync_in_timeout][,sync_in_abort])