Agilent Technologies Agilent E5250A User Manual

Page 174

Advertising
background image

7-6

Agilent E5250A User’s Guide, Edition 11

Command Reference
*ESE

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

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

bit

binary-

weight

description

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)

Advertising