![Keithley 2651A Reference Manual Download Page 599](http://html1.mh-extra.com/html/keithley/2651a/2651a_reference-manual_661729599.webp)
Model 2651A High Power System SourceMeter® Instrument Reference Manual
Section 7: Command reference
2651A-901-01 Rev. A / March 2011
7-291
Usage
operationRegister
=
status.operation.instrument.tsplink.trigger_overrun.condition
operationRegister
= status.operation.instrument.tsplink.trigger_overrun.enable
operationRegister
= status.operation.instrument.tsplink.trigger_overrun.event
operationRegister
= status.operation.instrument.tsplink.trigger_overrun.ntr
operationRegister
= status.operation.instrument.tsplink.trigger_overrun.ptr
status.operation.instrument.tsplink.trigger_overrun.enable =
operationRegister
status.operation.instrument.tsplink.trigger_overrun.ntr =
operationRegister
status.operation.instrument.tsplink.trigger_overrun.ptr =
operationRegister
operationRegister
The operation status TSP-link overrun register's status. A zero (0) indicates no bits
set (also send 0 to clear all bits); other values indicate various bit settings
Details
These attributes are used to read or write to the operation status TSP-link overrun registers. Reading a status
register returns a value. The binary equivalent of the returned value indicates which register bits are set. The
least significant bit of the binary number is Bit B0, and the most significant bit is Bit B15. For example, if a value
of
10
is read as the value of the condition register, the binary equivalent is 0000 0000 0000 1010. This value
indicates that bit B1 and bit B3 are set.
B15 B14 B13 B12 B11 B10 B9 B8 B7 B6 B5 B4 B3 B2 B1 B0
** > > > > > > > > > > > > > > *
0
0
0
0
0
0
0
0
0
0
0
0
1
0
1
0
* Least significant bit
** Most significant bit
A set bit indicates that the specified line generated an action overrun when triggered to generate an output
trigger.
For information about .condition, .enable, .event, .ntr, and .ptr registers, refer to
(on page E-
Enable and transition registers
(on page E-18). The individual bits of this register have the following
meanings:
Bit Value
Description
B0 Not
used
Not applicable
B1
status.operation.instrument.tsplink.trigger_overrun.LINE1
Bit B1 decimal value:
2
B2
status.operation.instrument.tsplink.trigger_overrun.LINE2
Bit B2 decimal value:
4
B3
status.operation.instrument.tsplink.trigger_overrun.LINE3
Bit B3 decimal value:
8
B4-
B15
Not used
Not applicable
As an example, to set bit B1 of the operation status TSP-Link overrun enable register, set
status.operation.instrument.tsplink.trigger_overrun.enable =
status.operation.instrument.tsplink.trigger_overrun.LINE1
.
In addition to the above constants,
operationRegister
can be set to the numeric equivalent of the bit to set.
To set more than one bit of the register, set
operationRegister
to the sum of their decimal weights. For
example, to set bits B1 and B3, set
operationRegister
to 10 (which is the sum of 2 + 8).