Model 2601B-PULSE System SourceMeter Instrument Reference Manual Section 11: TSP command reference
2601B-PULSE-901-01A April 2020 11-339
As an example, to set bit B0 of the system summary 4 enable register, set
status.system4.enable = status.system4.enable.EXT.
In addition to the above constants, enableRegister can be set to the decimal value of the bit to
set. To set more than one bit of the register, set enableRegister to the sum of their decimal
values. For example, to set bits B11 and B14, set enableRegister to 18,432 (which is the sum of
2,048 + 16,384).
Example 1
enableRegister = status.system4.NODE53 + status.system4.NODE56
status.system2.enable = enableRegister
Uses constants to set bit B11 and bit B14 of the system summary 4 enable register.
Example 2
-- decimal 18432 = binary 0100 1000 0000 0000
enableRegister = 18432
status.system4.enable = enableRegister
Uses a decimal value to set bit B11 and bit B14 of the system summary 4 enable register.
Also see
status.system3.* (on page 11-335)
status.system5.* (on page 11-340)
System summary and standard event registers (on page 15-6)