STATus:MODule:SLOT[n][:EVENt]?
Syntax
STATus:MODule:SLOT[n][:EVENt]?
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 event register for the specified Slot Event Register group. This is a read-only register and the bits are 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 |
Remarks
Once a bit is set, it remains set until cleared by reading the event register or the *CLS (clear status) command.
Return Format
The command reads the event register and returns a decimal value which corresponds to the binary-weighted sum of all bits set in the register. 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 event register for Slot 3 (bit 11 is set).
STAT:MOD:SLOT3:EVEN?
Typical Response: +2048