Command Reference *ESE

The following table shows the bits of the Standard Event Status Register and binary-weighted decimal value of each bit.

bit

binary-

description

weight

 

 

 

 

 

0

1

OPC (Operation Complete)

 

 

 

1

2

not used

 

 

 

2

4

QYE (Query ERROR)

 

 

 

3

8

DDE (Device-Dependent ERROR)

 

 

 

4

16

EXE (Execution ERROR)

 

 

 

5

32

CME (Command ERROR)

 

 

 

6

64

not used

 

 

 

7

128

PON (Power on)

 

 

 

Example

The following four lines enable the same bit (CME bit):

 

OUTPUT @Hp5250;"*ESE 32"

using decimal numeric

 

OUTPUT @Hp5250;"*ESE #B100000"

using binary numeric

 

OUTPUT

@Hp5250;"*ESE

#Q40"

using octal numeric

 

OUTPUT

@Hp5250;"*ESE

#H20"

using hexadecimal numeric

The following is example for query:

OUTPUT @Hp5250;"*ESE?"

ENTER @Hp5250;A

7-6

Agilent E5250A User’s Guide, Edition 9

Page 174
Image 174
Agilent Technologies Agilent E5250A manual Command Reference *ESE, Bit Binary Description Weight