![Keithley SourceMeter 2600B Series Скачать руководство пользователя страница 716](http://html2.mh-extra.com/html/keithley/sourcemeter-2600b-series/sourcemeter-2600b-series_reference-manual_4085220716.webp)
Series 2600B System SourceMeter® Instrument Reference Manual
Section 7: TSP command reference
2600BS-901-01 Rev. C / August 2016
7-377
trigger.timer[N].overrun
This attribute indicates if an event was ignored because of the event detector state.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (R)
Yes
Instrument reset
Recall setup
Trigger timer N clear
Trigger timer N reset
Not applicable
false
Usage
overrun
= trigger.timer[
N
].overrun
overrun
Trigger overrun state
N
Trigger timer number (1 to 8)
Details
This attribute 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 construct 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.
Example
print(trigger.timer[1].overrun)
If an event was ignored, the output
is
true
.
If the event was not ignored, the
output is
false
.
Also see
(on page 7-378)
trigger.timer[N].passthrough
This attribute enables or disables the timer trigger pass-through mode.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (RW)
Yes
Instrument reset
Recall setup
Trigger timer N reset
Not saved
false (disabled)
Usage
passthrough
= trigger.timer[
N
].passthrough
trigger.timer[
N
].passthrough =
passthrough
passthrough
The state of pass-through mode; set to to one of the following values:
true
: Enabled
false
: Disabled
N
Trigger timer number (1 to 8)