Section 11: TSP command reference Series 3700A System Switch/Multimeter Reference Manual
11-332 3700AS-901-01 Rev. D/June 2018
Use one of the text trigger event IDs (for example, digio.trigger[N].EVENT_ID) to set the
stimulus value rather than the numeric value. Doing this will make the code compatible for future
upgrades.
Example 1
scan.trigger.channel.stimulus =
scan.trigger.EVENT_SCAN_START
Sets the trigger stimulus of
the channel event detector
to scan start event.
scan.trigger.channel.stimulus = 0
print(scan.trigger.channel.stimulus)
Starts the channel action
immediately after the Scan
Start Event. This also resets
the stimulus to the default.
Output:
5.000000000e+01
Also see
scan.trigger.channel.clear() (on page 11-330)
scan.trigger.channel.set() (on page 11-330)
Trigger model (on page 5-24)
Scanning and triggering (on page 5-23)
scan.trigger.clear()
This function clears the trigger model.
Usage
scan.trigger.clear()
Details
This function sets the arm, channel, measurement, and sequence event detectors of the trigger
model to the undetected state.
Example
Clears the trigger model.
Also see
scan.trigger.channel.set() (on page 11-330)
scan.trigger.channel.stimulus (on page 11-331)
Scanning and triggering (on page 5-23)
Trigger model (on page 5-24)