7: TSP command reference Series 2600B System SourceMeter® Instrument
7-240 2600BS-901-01 Rev. B / May 2013
Example
trigger.timer[1].stimulus = smua.trigger.IDLE_EVENT_ID
Trigger timer 1 when the SMU
returns to the idle layer.
Also see
Triggering (on page 3-32)
smuX.trigger.initiate()
This function initiates a sweep operation.
Type TSP-Link accessible
Affected by Where saved Default value
Usage
smuX.trigger.initiate()
Source-measure unit (SMU) channel (for example, smua.trigger.initiate()
applies to SMU channel A)
Details
This function causes the SMU to clear the four trigger model event detectors and enter its trigger model (moves
the SMU from the idle state into the arm layer).
To perform source actions during the sweep, before calling this function, it is necessary to configure and enable
one of the following sweep source actions:
• smuX.trigger.source.linearY()
• smuX.trigger.source.listY()
• smuX.trigger.source.logY()
To perform measurements during the sweep, you must also configure and enable the measure action using
smuX.trigger.measure.Y().
If you run this function more than once without reconfiguring the sweep measurements, the caches on the
configured measurement reading buffers will hold stale data; use the bufferVar.clearcache() function to
remove stale values from the reading buffer cache.
This function initiates an overlapped operation.
Example
Starts a preconfigured sweep and
clears the event detectors for SMU
Also see
bufferVar.clearcache() (on page 7-18)
Configuring and running sweeps (on page 3-29)
smuX.trigger.measure.action (on page 7-241)
smuX.trigger.measure.Y() (on page 7-244)
smuX.trigger.source.action (on page 7-246)
smuX.trigger.source.linearY() (on page 7-248)
smuX.trigger.source.listY() (on page 7-249)
smuX.trigger.source.logY() (on page 7-250)
Triggering (on page 3-32)