19-202 Return to Section Topics 2600AS-901-01 Rev. B / September 2008
Section 19: Remote Commands Series 2600A System SourceMeter® Instruments Reference Manual
status.system4.condition
status.system4.enable
status.system4.event
status.system4.ntr
status.system4.ptr
Attribute TSP-Link system summary register 4 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.system4.condition
enablereg = status.system4.enable
enablereg = status.system4.event
enablereg = status.system4.ntr
enablereg = status.system4.ptr
Writes to enable, NTR, and PTR registers:
status.system4.enable = enablereg
status.system4.ntr = enablereg
status.system4.ptr = enablereg
Set enablereg to one of the following values:
0 Clears all bits.
status.system4.EXTENSION_BIT Sets EXT bit (B0).
status.system4.EXT Sets EXT bit (B0).
status.system4.NODE43 Sets node bit (B1).
status.system4.NODE44 Sets node bit (B2).
status.system4.NODE45 Sets node bit (B3).
status.system4.NODE46 Sets node bit (B4).
status.system4.NODE47 Sets node bit (B5).
status.system4.NODE48 Sets node bit (B6).
status.system4.NODE49 Sets node bit (B7).
status.system4.NODE50 Sets node bit (B8).
status.system4.NODE51 Sets node bit (B9).
status.system4.NODE52 Sets node bit (B10).
status.system4.NODE53 Sets node bit (B11).
status.system4.NODE54 Sets node bit (B12).
status.system4.NODE55 Sets node bit (B13).
status.system4.NODE56 Sets node bit (B14).
Remarks • In an expanded system (TSP-Link), These attributes are used to read or write to the system
summary register 4 registers.
• Reading a system summary register 4 register returns a numeric value whose binary equivalent
indicates which register bits are set. The bits of the system summary register 4 register 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 45) are set.
Details See System Summary Event Registers in Appendix C.
Also see
status.system, status.system2, status.system3, status.system5
Example Sets the extension bit of the system summary register 4 enable register:
status.system4.enable = status.system4.EXT
Bit B0 - EXT bit
Bit B1 - Node 43
Bit B2 - Node 44
Bit B3 - Node 45
Bit B4 - Node 46
Bit B5 - Node 47
Bit B6 - Node 48
Bit B7 - Node 49
Bit B8 - Node 50
Bit B9 - Node 51
Bit B10 - Node 52
Bit B11 - Node 53
Bit B12 - Node 54
Bit B13 - Node 55
Bit B14 - Node 56
Bit B15 - Not used