12-126 Instrument Control Library Series 2600 System SourceMeters Reference Manual
2600S-901-01 Rev. A / May 2006 Return to Section 12 topics
status.system.*
status.system.condition
status.system.enable
status.system.event
* = condition, enable or event
Attribute TSP-Link system data structure register set.
Usage Reads condition, enable and event registers:
enablereg = status.system.condition
enablereg = status.system.enable
enablereg = status.system.event
Writes to enable register:
status.system.enable = enablereg
Set enablereg to one of the following values:
0 Clears all bits.
1 or status.system.EXTENSION_BIT Sets EXT bit (B0).
1 or status.system.EXT Sets EXT bit (B0).
status.system.NODEn Sets a node bit (Bn); n = 1 to 14.
Remarks
• In an expanded system (TSP-Link), this attribute is used to read or write to the
system node registers.
• Reading a system node register returns a numeric value whose binary equivalent
indicates which register bits are set. The bits of the system node register are
identified as follows:
Bit B0 – EXT bit Bit B4 – Node 4 Bit B8 – Node 8 Bit B12 – Node 12
Bit B1 – Node 1 Bit B5 – Node 5 Bit B9 – Node 9 Bit B13 – Node 13
Bit B2 – Node 2 Bit B6 – Node 6 Bit B10 – Node 10 Bit B14 – Node 14
Bit B3 – Node 3 Bit B7 – Node 7 Bit B11 – Node 11 Bit B15 – Not used
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 3) are set.
• Assigning a value to the status.system.enable attribute sets the extension bit or
a node bit of the system node enable register.
Details See “System Summary Event Registers” in Appendix D.
Also see status.system2.*, status.system3.*, status.system4.*, status.system5.*
Example Sets the extension bit of the system enable register:
status.system.enable = status.system.EXT