Section 9: TSP command reference Series 2600B System SourceMeter® instrument Reference Manual
9-352 2600BS-901-01 Rev. F/August 2021
For information about .condition, .enable, .event, .ntr, and .ptr registers, refer to Status register set
contents (on page 12-1) and Enable and transition registers (on page 12-19). The individual bits of
this register are defined in the following table.
status.system2.EXTENSION_BIT
status.system2.EXT
As an example, to set bit B0 of the system summary 2 enable register, set
status.system2.enable = status.system2.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).
enableRegister = status.system2.NODE25 + status.system2.NODE28
status.system2.enable = enableRegister
Uses constants to set bits B11 and B14 of the system summary 2 enable register.