2600S-901-01 Rev. C / January 2008 Return to Section Topics 13-17
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 is 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 current measurements are stored in the reading buffer specified by the
buffer input argument.
Example ConfigPulseVMeasureI(smub, 0, 20, 1, 0.001, 0.080, 10,
smub.nvbuffer1, 2)
Set up a pulse train that will use SourceMeter channel B. The pulse amplitude will
be 20V and will return to 0V after 1msec. The pulse will remain at 0V for 80msec
and the current limit will be 1A during the pulse. The pulse train will consist of 10
pulses and the pulse train will be assigned a tag index of 2.
See Also InitiatePulseTest, InitiatePulseTestDual
Table 13-11 (continued)
KIGeneral TSP test script: ConfigPulseVMeasureI
TSP project name: KIFactoryPulse
TSP test script name: KIPulse
Firmware version: 1.2.0 and later
Function:
ConfigPulseVMeasureI
Usage:
f, msg = ConfigPulseVMeasureI
(smu,bias,level,limit,ton,toff,points,buffer,tag[,sync_in][,sync_out]
[,sync_in_timeout][,sync_in_abort])