System SourceMeter® Instrument Reference Manual Section 7:
2600BS-901-01 Rev. C / August 2016 7-327
The bits in this register summarize events in other registers. A set bit in this summary register
indicates that an enabled event in one of the summarized registers is set.
For information about .condition, .enable, .event, .ntr, and .ptr registers, refer to
Status register set
contents (on page E-1) and Enable and transition registers (on page E-19). The individual bits of this
register are defined in the following table.
Bit Value Description
B1
status.operation.trigger_overrun.SMUA
Set bit indicates one of the enabled bits
in the operation status SMU A trigger
overrun event register is set.
status.operation.trigger_overrun.SMUB
This bit is only available on Models
2602B/2604B/2612B/2614B/2634B/
2636B. Set bit indicates one of the
enabled bits in the operation status
SMU B trigger overrun event register is
set.
B10
status.operation.trigger_overrun.TRIGGER_BLENDER
status.operation.trigger_overrun.TRGBLND
Set bit indicates one of the enabled bits
in the operation status trigger blender
overrun event register is set.
Bit B10 decimal value: 1,024
B11
status.operation.trigger_overrun.TRIGGER_TIMER
status.operation.trigger_overrun.TRGTMR
Set bit indicates one of the enabled bits
in the operation status trigger timer
overrun event register is set.
Bit B11 decimal value: 2,048
status.operation.trigger_overrun.DIGITAL_IO
status.operation.trigger_overrun.DIGIO
This bit is only available on Models
2601B/2602B/2611B/
2612B/2635B/2636B. Set bit indicates
one of the enabled bits in the operation
status digital I/O overrun event register
is set.
Bit B12 decimal value: 4,096
status.operation.trigger_overrun.TSPLINK
This bit is only available on Models
2601B/2602B/2611B/
2612B/2635B/2636B. Set bit indicates
one of the enabled bits in the operation
status TSP-Link overrun event register
is set.
Bit B13 decimal value: 8,192
status.operation.trigger_overrun.LAN
Set bit indicates one of the enabled bits
in the operation status LAN trigger
overrun event register is set.
Bit B14 decimal value: 16,384
As an example, to set bit B1 of the operation status trigger overrun summary enable register, set
status.operation.trigger_overrun.enable =
status.operation.trigger_overrun.SMUA.
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 B10, set operationRegister to 1,026 (which is
the sum of 2 + 1,024).