User manual

Series 2600B
System SourceMeter® Instrument Reference Manual Section 7:
TSP command reference
2600BS-901-01 Rev. B / May 2013 7-339
trigger.blender[N].reset()
This function resets some of the trigger blender settings to their factory defaults.
Type TSP-Link accessible
Affected by Where saved Default value
Function
Yes
Usage
trigger.blender[N].reset()
N
The trigger event blender (1 to 6)
Details
The trigger.blender[N].reset() function resets the following attributes to their factory defaults:
trigger.blender[N].orenable
trigger.blender[N].stimulus[M]
It also clears trigger.blender[N].overrun.
Example
trigger.blender[1].reset()
Resets the trigger blender 1
settings to factory defaults.
Also see
trigger.blender[N].orenable (on page 7-337)
trigger.blender[N].overrun (on page 7-338)
trigger.blender[N].stimulus[M] (on page 7-339)
trigger.blender[N].stimulus[M]
This attribute specifies which events trigger the blender.
Type TSP-Link accessible Affected by Where saved Default value
Attribute (RW)
Yes
Restore configuration
Instrument reset
Power cycle
Trigger blender N reset
Configuration script
trigger.EVENT_NONE
Usage
eventID = trigger.blender[N].stimulus[M]
trigger.blender[N].stimulus[M] = eventID
eventID
The event that triggers the blender action; see Details
N
An integer representing the trigger event blender (1 to 6)
M
An integer representing the stimulus index (1 to 4)
Details
There are four stimulus inputs that can each select a different event. The eventID parameter can be the event
ID of any trigger event.
Use zero to disable the blender input.