Section 9: TSP command reference Series 2600B System SourceMeter® instrument Reference Manual
9-38 2600BS-901-01 Rev. F/August 2021
Defines a digital I/O trigger output line; if programmed, the pulse train generates a
trigger output immediately before the start of ton
Specifies the length of time (in seconds) to wait for input trigger; default value is 10 s
Specifies whether or not to abort the pulse if an input trigger is not received; if pulse
aborts because of a missed trigger, a timer timeout message is returned; true or
false
Details
Data for pulsed voltage measurements are stored in the reading buffer specified by the buffer input
parameter.
This function configures a current pulse train with a voltage measurement at each point.
Measurements are made at the end of the ton time.
This function does not cause the specified smu to output a pulse train. It simply checks to see if all the
pulse dimensions can be achieved, and if they are, assigns the indicated tag or index to the pulse
train. The InitiatePulseTest(tag) and InitiatePulseTestDual(tag1, tag2) functions
are used to initiate a pulse train assigned to a valid tag.
Figure 116: ConfigPulseIMeasureV()
Example
ConfigPulseIMeasureV(smua, 0, 5, 10, 0.001, 0.080, 1, smua.nvbuffer1, 1)
Set up a pulse train that uses channel A. The pulse amplitude is 5 A and returns to 0 A after 1 ms. The pulse
remains at 0 A for 80 ms and the voltage limit is 10 V during the pulse. The pulse train consists of only 1 pulse,
and this pulse is assigned a tag index of 1.
Also see
InitiatePulseTest() (on page 9-113)
InitiatePulseTestDual() (on page 9-115)
KIPulse factory script (on page 7-22)