Interactive SourceMeter® Instrument Reference Manual Section 8:
2450-901-01 Rev. B/September 2013 8-161
Details
This command sets or clears the individual bits of the Status Request Enable Register.
The Status Request Enable Register is cleared when power is cycled or when a parameter value of 0 is sent with
this command.
The instrument returns a decimal value that corresponds to the binary-weighted sum of all bits set in the register.
Bit
Decimal
value
Constants When set, indicates the following
has occurred:
Measurement Event Register has
An error or status message is present
in the Error Queue.
An enabled event in the Questionable
Status Register has occurred.
A response message is present in the
Output Queue.
An enabled event in the Standard
Event Status Register has occurred.
An enabled event in the Operation
Status Register has occurred.
Example 1
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 and clear all other bits.
Example 2
-- decimal 129 = binary 10000001
requestSRQEnableRegister = 129
status.request_enable = requestSRQEnableRegister
Uses a decimal value to set the MSB and
OSB bits and clear all other bits of the
service request (SRQ) enable register.
Example 3
status.request_enable = 0
Also see
Status model (on page C-1)
Understanding bit settings (on page C-15)