System SourceMeter® Instrument Reference Manual Section 7:
2600BS-901-01 Rev. B / May 2013 7-301
Bit Value Description
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.
Bit B1 decimal value: 2
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.
Bit B2 decimal value: 4
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
B12
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
B13
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
B15 Not used Not applicable.
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).