2600S-901-01 Rev. C / January 2008
Return to
D-17
Series 2600 System SourceMeter® Instruments Reference Manual
Appendix D: Status Model
Figure D-8
Standard event register
DDE
(B3)
QYE
(B2)
(B1)
OPC
(B0)
EXE
(B4)
CME
(B5)
URQ
(B6)
PON
(B7)
(B15 - B8)
Standard
Event Status
Enable
Register
&
&
&
&
&
&
OR
To Event
Summary Bit
(ESB) of Status
Byte Register.
(See Figure D-1)
PON = Power On
URQ = User Request
CME = Command Error
EXE = Execution Error
DDE = Device-Dependent Error
*ESE
*ESE?
&
DDE
(B3)
QYE
(B2)
(B1)
OPC
(B0)
EXE
(B4)
CME
(B5)
URQ
(B6)
PON
(B7)
(B15 - B8)
Standard
Event Status
Register
*ESR?
QYE = Query Error
OPC = Operation Complete
& = Logical AND
OR = Logical OR
print(status.standard.event)
status.standard.enable
print(status.standard.enable)
Table D-5
Standard event commands
Command
Description
*ESR?
or
print(status.standard.event)
Read Standard Event Status Register.
*ESE <mask>
or
status.standard.enable = <mask>
Program the Event Status Enable Register:
<mask> = 0 to 255
See
.
*ESE?
or
print(status.standard.enable)
Read Event Status Enable Register.