Section 11: TSP command reference Model 2601B-PULSE System SourceMeter Instrument Reference Manual
11-286 2601B-PULSE-901-01A April 2020
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 B1 and B10, set operationRegister to 1,026 (which is the sum of
2 + 1,024).
Example 1
operationRegister = status.operation.instrument.SMUA +
status.operation.instrument.TRGBLND
status.operation.instrument.enable = operationRegister
Use constants to set bit B1 and bit B10 of the operation status instrument summary enable register.
Example 2
-- 1026 = binary 0000 0100 0000 0010
operationRegister = 1026
status.operation.instrument.enable = operationRegister
Uses a decimal value to set bit B1 and bit B10 of the operation status instrument summary enable register.
Also see
Operation Status Registers (on page 15-8)
status.operation.* (on page 11-281)
Condition register sets of:
• status.operation.instrument.digio.* (on page 11-286)
• status.operation.instrument.lan.* (on page 11-290)
• status.operation.instrument.trigger_blender.* (on page 11-298)
• status.operation.instrument.trigger_timer.* (on page 11-301)
• status.operation.instrument.tsplink.* (on page 11-304)
status.operation.instrument.digio.*
This attribute contains the operation status digital I/O summary register set.