![Keithley 2651A Reference Manual Download Page 606](http://html1.mh-extra.com/html/keithley/2651a/2651a_reference-manual_661729606.webp)
Section 7: Command reference
Model 2651A High Power System SourceMeter® Instrument Reference Manual
7-298
2651A-901-01 Rev. A / March 2011
Bit
B15 B14 B13 B12 B11 B10 B9 B8
Binary
value
0/1 0/1 0/1 0/1 0/1 0/1 0/1 0/1
Decimal
32,768 16,384 8,192 4,096 2,048 1024 512 256
Weights (2
15
) (2
14
) (2
13
) (2
12
) (2
11
) (2
10
) (2
9
) (2
8
)
Example
operationRegister =
status.operation.trigger_overrun.SMUA +
status.operation.trigger_overrun.TRGBLND
status.operation.trigger_overrun.enable = operationRegister
Sets bit B1 and bit B10 of
the operation status
trigger overrun summary
enable register using
constants.
Also see
status.operation.user.*
These attributes manage the status model's operation status user register set.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute
- -
- -
- -
- -
.condition (RW)
Yes
Status reset
Not saved
0
.enable (RW)
Yes
Status reset
Not saved
0
.event (R)
Yes
Status reset
Not saved
0
.ntr (RW)
Yes
Status reset
Not saved
0
.ptr (RW)
Yes
Status reset
Not saved
32,767 (All bits set)
Usage
operationRegister
= status.operation.user.condition
operationRegister
= status.operation.user.enable
operationRegister
= status.operation.user.event
operationRegister
= status.operation.user.ntr
operationRegister
= status.operation.user.ptr
status.operation.user.condition =
operationRegister
status.operation.user.enable =
operationRegister
status.operation.user.ntr =
operationRegister
status.operation.user.ptr =
operationRegister
operationRegister
The operation status user 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 user registers. Reading a status register returns
a value. The binary equivalent of the value indicates which register bits are set. In the binary equivalent, the least
significant bit is bit B0, and the most significant bit is bit B15. For example, if a value of
1.02
(which is
129) is read as the value of the condition register, the binary equivalent is 0000 0000 1000 0001. This value
indicates that bits B0 and B7 are set.