7: TSP command reference Series 2600B System SourceMeter® Instrument
7-260 2600BS-901-01 Rev. C / August 2016
Also see
bufferVar.clearcache() (on page 7-20)
Configuring and running sweeps (on page 3-29)
smuX.trigger.measure.action (on page 7-260)
smuX.trigger.measure.Y() (on page 7-264)
smuX.trigger.source.action (on page 7-266)
smuX.trigger.source.linearY() (on page 7-268)
smuX.trigger.source.listY() (on page 7-269)
smuX.trigger.source.logY() (on page 7-270)
Triggering (on page 3-32)
smuX.trigger.measure.action
This attribute controls measurement actions during a sweep.
Type TSP-Link accessible Affected by Where saved Default value
Instrument reset
Recall setup
Usage
action = smuX.trigger.measure.action
smuX.trigger.measure.action = action
The sweep measurement action; set to one of the following values:
0 or smuX.DISABLE: Do not make measurements during the sweep
1 or smuX.ENABLE: Make measurements during the sweep
2 or smuX.ASYNC: Make measurements during the sweep, but asynchronously
with the source area of the trigger model
Source-measure unit (SMU) channel (for example,
smua.trigger.measure.action
applies to SMU channel A)
Details
With this attribute enabled (setting action to smuX.ENABLE or smuX.ASYNC), configure the
measurement with one of the smuX.trigger.measure.Y() functions.
If this attribute is set to smuX.ASYNC:
• Asynchronous sweep measurements can only be used with measure autoranging turned off. To turn
measure autoranging off for all measurements during the sweep, set the
smuX.measure.autorangeY attribute to smuX.AUTORANGE_OFF.
• Autozero must also be turned off. To turn off autozero, set the smuX.measure.autozero attribute to
smuX.AUTOZERO_OFF or smuX.AUTOZERO_ONCE.
If either of the above items is incorrectly configured, the smuX.trigger.initiate() function
generates an error.
Also see
smuX.trigger.autoclear (on page 7-253)
smuX.trigger.measure.Y() (on page 7-264)
Triggering (on page 3-32)