2600AS-901-01 Rev. B / September 2008
Return to
19-209
Series 2600A System SourceMeter® Instruments Reference Manual
Section 19: Remote Commands
trigger.timer[N].EVENT_ID
Replace N with the values 1-8
Attribute
The trigger timer event number.
TSP-Link
accessibility
This attribute can be accessed from a remote TSP-Link node.
Usage
event_id = trigger.timer[n].EVENT_ID
n
The trigger timer number.
event_id
The trigger event number
Remarks
• This attribute is an identification number that identifies events generated by this timer.
• Set the stimulus of any trigger event detector to the value of this constant to have it respond to
events from this timer.
trigger.timer[N].overrun
Replace N with the values 1-8
Attribute
Indicates whether an event was ignored because of the event detector state.
TSP-Link
accessibility
This attribute can be accessed from a remote TSP-Link node.
Usage
overrun = trigger.timer[n].overrun
n
Trigger timer number.
overrun
Trigger overrun state
.
Remarks
• This attribute is a read-only attribute that indicates if an event was ignored because the event
detector was already in the detected state when the event occurred.
• This is an indication of the state of the event detector built into the timer itself. It does not indicate
if an overrun occurred in any other part of the trigger model or in any other trigger object that is
monitoring the delay completion event. It also is not an indication of a delay overrun. Delay
overrun indications are provided in the status model.
trigger.timer[N].passthrough
Replace N with the values 1-8
Attribute
Enables or disables the timer trigger’s pass-through mode.
Default
false
TSP-Link
accessibility
This attribute can be accessed from a remote TSP-Link node.
Usage
passthrough = trigger.timer[n].passthrough
-- Reads passthrough mode.
trigger.timer[n].passthrough = passthrough
-- Writes passthrough mode.
n
The trigger timer number.
passthrough
Pass-through enable/disable.
Remarks
• This attribute enables or disables the timer trigger's pass-through mode. When enabled, triggers
are passed through immediately as well as initiating the delay. When disabled, a trigger will only
initiate a delay.
•
passthrough
can be either
true
or
false
.