Model 2601B-PULSE System SourceMeter Instrument Reference Manual Section 11: TSP command reference
2601B-PULSE-901-01A April 2020 11-279
Example 2
-- decimal 129 = binary 10000001
nodeEnableRegister = 129
status.node_enable = nodeEnableRegister
Sets the MSB and OSB bits of the system node enable register using a decimal value.
Also see
status.condition (on page 11-263)
status.system.* (on page 11-331)
Status byte and service request (SRQ) (on page 15-15)
status.node_event
This attribute stores the status node event register.
Usage
nodeEventRegister = status.node_event
The status of the node event register; a zero (0) indicates no bits
set; other values indicate various bit settings
Details
This attribute is used to read the status node event register, which is returned as a numeric value
(reading this register returns a value). The binary equivalent of the value of this attribute indicates
which register bits are set. In the binary equivalent, the least significant bit is bit B0, and the most
significant bit is bit B7. For example, if a value of 1.29000e+02 (which is 129) is read as the value of
this register, the binary equivalent is 1000 0001. This value indicates that bit B0 and bit B7 are set.
* Least significant bit
** Most significant bit
The returned value can indicate one or more status events occurred.
status.MEASUREMENT_SUMMARY_BIT
status.MSB
Set summary bit indicates that an enabled measurement event has occurred.
Bit B0 decimal value: 1
status.ERROR_AVAILABLE
status.EAV
Set summary bit indicates that an error or status message is present in the error queue.
Bit B2 decimal value: 4