Model 2601B-PULSE System SourceMeter Instrument Reference Manual Section 11: TSP command reference
2601B-PULSE-901-01A April 2020 11-315
status.operation.user.BIT14
As an example, to set bit B0 of the operation status user enable register, set
status.operation.user.enable = status.operation.user.BIT0.
In addition to the above constants, operationRegister can be set to the decimal value of the bit to
set. To set more than one bit of the register, set operationRegister to the sum of their decimal
values. For example, to set bits B11 and B14, set operationRegister to 18,432 (which is the sum
of 2,048 + 16,384).
Example 1
operationRegister = status.operation.user.BIT11 + status.operation.user.BIT14
status.operation.user.enable = operationRegister
Uses constants to set bits B11 and B14 of the operation status user enable register.
Example 2
-- 18432 = binary 0100 1000 0000 0000
operationRegister = 18432
status.operation.enable = operationRegister
Uses the decimal value to set bits B11 and B14 of the operation status user enable register.
Also see
Operation Status Registers (on page 15-8)
status.operation.* (on page 11-281)