Model 2601B-PULSE System SourceMeter Instrument Reference Manual Section 11: TSP command reference
2601B-PULSE-901-01A April 2020 11-313
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).
Example 1
operationRegister = status.operation.trigger_overrun.SMUA +
status.operation.trigger_overrun.TRGBLND
status.operation.trigger_overrun.enable = operationRegister
Uses constants to set bits B1 and bit B10 of the operation status trigger overrun summary enable register.
Example 2
operationRegister = 1026
status.operation.trigger_overrun.enable = operationRegister
Uses the decimal value to set bits B1 and bit B10 of the operation status trigger overrun summary
enable register.
Also see
Operation Status Registers (on page 15-8)
status.operation.* (on page 11-281)
status.operation.user.*
These attributes manage the operation status user register set of the status model.