STATus:MODule:SLOT[n]:CONDition?
Syntax
STATus:MODule:SLOT[n]:CONDition?
Description
Most of the plug-in modules have their own set of Slot Event Registers (see Plug-In Module Event Register Information). This command queries the condition register for the specified Slot Event Register group. This is a read-only register and the bits are not cleared when you read the register.
For more information on the SCPI Status System for the Agilent 34980A, see the Status System Diagram. |
Parameters
Name |
Type |
Range of Values |
Default Value |
<n> |
Discrete |
{1|2|3|4|5|6|7|8} |
Slot 1 |
Return Format
The command reads the condition register and returns a decimal value which corresponds to the binary-weighted sum of all bits set in the register (see table above). For example, if bit 1 (decimal value = 2) and bit 9 (decimal value = 512) are set, this command will return "+514".
Example
The following command reads the condition register for Slot 2 (bit 1 is set).
STAT:MOD:SLOT2:COND?
Typical Response: +2