Series 3700A System Switch/Multimeter Reference Manual Section 11: TSP command reference
3700AS-901-01 Rev. D/June 2018 11-389
requestSRQEnableRegister = status.MSB +
status.OSB
status.request_enable = requestSRQEnableRegister
Uses constants to set the MSB and OSB
bits of the service request (SRQ) enable
register.
-- decimal 129 = binary 10000001
requestSRQEnableRegister = 129
status.request_enable = requestSRQEnableRegister
Uses a decimal value to set the MSB and
OSB bits of the service request (SRQ)
enable register.
Also see
Status byte and service request (SRQ) (on page C-15)
status.condition (on page 11-373)
status.system.* (on page 11-393)
status.request_event
This attribute stores the service request (SRQ) event register.
Usage
requestSRQEventRegister = status.request_event
The status of the request event register; a zero (0) indicates no bits set;
other values indicate various bit settings
Details
This attribute is used to read the service request 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.