Keithley 3700 series Reference Manual page 345

System switch/multimeter
Hide thumbs Also See for 3700 series:
Table of Contents

Advertisement

Series 3700 System Switch/Multimeter Reference Manual
status.standard.*
Remarks
Example
Document Number: 3700S-901-01 Rev. A / August 2007
This attribute is used to read or write to the standard event registers.
Reading a status register returns a value. The binary equivalent of the returned value
indicates which register bits are set. The least significant bit of the binary number is bit
0, and the most significant bit is bit 15.
For example, assume value 9 is returned for the enable register. The binary equivalent
is 0000000000001001. This value indicates that bit 0 (OPC) and bit 3 (DDE) are set.
The used bits of the standard event status register are described as follows:
Bit B0, Operation Complete (OPC) - Set bit indicates that all pending selected
device operations are completed and the Series 3700 is ready to accept new
commands. The bit is set in response to an *OPC command. The ICL function
opc() can be used in place of the *OPC command. See Appendix C for details on
*OPC
Bit B2, Query Error (QYE) - Set bit indicates that you attempted to read data from
an empty Output Queue.
Bit B3, Device-Dependent Error (DDE) - Set bit indicates that an instrument
operation did not execute properly due to some internal condition.
Bit B4, Execution Error (EXE) - Set bit indicates that the Series 3700 detected an
error while trying to execute a command.
Bit B5, Command Error (CME) - Set bit indicates that a command error has
occurred. Command errors include:
-IEEE-488.2 syntax error -- Series 3700 received a message that does not follow
the defined syntax of the IEEE-488.2 standard.
-Semantic error -- Series 3700 received a command that was misspelled or
received an optional IEEE-488.2 command that is not implemented.
-The instrument received a Group Execute Trigger (GET) inside a program
message.
Bit B6, User Request (URQ) - Set bit indicates that the LOCAL key on the Series
3700 front panel was pressed.
Bit B7, Power ON (PON) - Set bit indicates that the Series 3700 has been turned
off and turned back on since the last time this register has been read.
Sets the PON bit of the standard event enable register:
status.standard.enable =
status.standard.PON
Section 9: Instrument Control Library (ICL)
.condition
.enable
.event
9-201

Advertisement

Table of Contents
loading

Table of Contents