Model 2601B-PULSE System SourceMeter Instrument Reference Manual Section 11: TSP command reference
2601B-PULSE-901-01A April 2020 11-335
Example 1
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.
Example 2
-- decimal 18432 = binary 0100 1000 0000 0000
enableRegister = 18432
status.system2.enable = enableRegister
Uses the decimal value to set bits B11 and B14 of the system summary 2 enable register.
Also see
status.system.* (on page 11-331)
status.system3.* (on page 11-335)
System summary and standard event registers (on page 15-6)
status.system3.*
These attributes manage the TSP-Link
®
system summary register of the status model for nodes 29 through 42.