19-144
Return to
2600AS-901-01 Rev. B / September 2008
Section 19: Remote Commands
Series 2600A System SourceMeter® Instruments Reference Manual
smuX.trigger.measure
smuX.trigger.initiate
X = SMU channel (a or b)
Function
Initiates a sweep operation.
TSP-Link
accessibility
This function can be accessed from a remote TSP-Link node.
Usage
smuX.trigger.initiate()
Remarks
• This function causes the SMU to clear the four trigger model event detectors and enter its trigger
model state machine.
• To perform source actions during the sweep, it is necessary to configure and enable one of the
sweep source actions (
) and measure actions (
) prior
to calling this function.
• To perform measure actions during the sweep it is necessary to configure and enable a sweep
measurement action before calling this function.
• This function initiates an overlapped operation.
smuX.trigger.measure.action
X = SMU channel (a or b)
Attribute
Enables or disables measurements during a sweep.
Default
smuX.DISABLE
TSP-Link
accessibility
This attribute can be accessed from a remote TSP-Link node.
Usage
action = smuX.trigger.measure.action
-- Reads measure action.
smuX.trigger.measure.action = action
-- Writes measure action.
action
The sweep measure action.
Remarks
•
action
can be set to one of the following values:
smuX.DISABLE:
Do not make measurements during the sweep.
smuX.ENABLE:
Make measurements during the sweep.
Note: When setting the action to
smuX.ENABLE
, the measurement needs to be configured with
one of the
smuX.trigger.measure.Y
functions.
Also see
smuX.trigger.measure.set
X = SMU channel (a or b)
Function
Sets the measure event detector to the detected state.
TSP-Link
accessibility
This function can be accessed from a remote TSP-Link node.
Usage
smuX.trigger.measure.set()
Remarks
• This function sets the measure event detector to the detected state.