Section 9: TSP command reference Series 2600B System SourceMeter® instrument Reference Manual
9-332 2600BS-901-01 Rev. F/August 2021
status.operation.user.BIT5
status.operation.user.BIT6
status.operation.user.BIT7
status.operation.user.BIT8
status.operation.user.BIT9
status.operation.user.BIT10
status.operation.user.BIT11
status.operation.user.BIT12
status.operation.user.BIT13
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).
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.
-- 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 12-8)
status.operation.* (on page 9-297)