19-200 Return to Section Topics 2600AS-901-01 Rev. B / September 2008
Section 19: Remote Commands Series 2600A System SourceMeter® Instruments Reference Manual
status.system2.condition
status.system2.enable
status.system2.event
status.system2.ntr
status.system2.ptr
Attribute TSP-Link system summary register 2 set.
Default 0
TSP-Link
accessibility
This attribute can be accessed from a remote TSP-Link node.
Usage Reads condition, enable, event, NTR, and PTR registers:
enablereg = status.system2.condition
enablereg = status.system2.enable
enablereg = status.system2.event
enablereg = status.system2.ntr
enablereg = status.system2.ptr
Writes to enable, NTR, and PTR registers:
status.system2.enable = enablereg
status.system2.ntr = enablereg
status.system2.ptr = enablereg
Set enablereg to one of the following values:
0 Clears all bits.
status.system2.EXTENSION_BIT Sets EXT bit (B0).
status.system2.EXT Sets EXT bit (B0).
status.system2.NODE15 Sets node bit (B1)
status.system2.NODE16 Sets node bit (B2)
status.system2.NODE17 Sets node bit (B3)
status.system2.NODE18 Sets node bit (B4)
status.system2.NODE19 Sets node bit (B5)
status.system2.NODE20 Sets node bit (B6)
status.system2.NODE21 Sets node bit (B7)
status.system2.NODE22 Sets node bit (B8)
status.system2.NODE23 Sets node bit (B9)
status.system2.NODE24 Sets node bit (B10)
status.system2.NODE25 Sets node bit (B11)
status.system2.NODE26 Sets node bit (B12)
status.system2.NODE27 Sets node bit (B13)
status.system2.NODE28 Sets node bit (B14)
Remarks • In an expanded system (TSP-Link), These attributes are used to read or write to the system
summary register 2 registers.
• Reading system summary register 2 returns a numeric value whose binary equivalent indicates
which register bits are set. The bits of system summary register 2 are identified as follows:
• For example, assume value 9 is returned for the enable register. The binary equivalent is
0000000000001001. This value indicates that bit 0 (EXT) and bit 3 (Node 17) are set.
Details See System Summary Event Registers in Appendix C.
Also see status.system, status.system3, status.system4, status.system5
Example Sets the extension bit of the system summary register 2 enable register:
status.system2.enable = status.system2.EXT
Bit B0 - EXT bit
Bit B1 - Node 15
Bit B2 - Node 16
Bit B3 - Node 17
Bit B4 - Node 18
Bit B5 - Node 19
Bit B6 - Node 20
Bit B7 - Node 21
Bit B8 - Node 22
Bit B9 - Node 23
Bit B10 - Node 24
Bit B11 - Node 25
Bit B12 - Node 26
Bit B13 - Node 27
Bit B14 - Node 28
Bit B15 - Not used