248
Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference
13
Common Commands
*ESE
(Event Status Enable)
Command
*ESE <mask>
The *ESE command sets the Standard Event Status Enable Register bits.
<mask>
An integer, 0 to 255, representing a mask value for the bits to be enabled
in the Standard Event Status Register as shown in
Table 17
.
Example
This example enables the User Request (URQ) bit of the Standard Event
Status Enable Register. When this bit is enabled and a front- panel key is
pressed, the Event Summary bit (ESB) in the Status Byte Register is also
set.
myScope.WriteString "*ESE 64"
Query
*ESE?
The *ESE? query returns the current contents of the Standard Event
Status Enable Register.
Returned Format
<mask><NL>
<mask>
An integer, +0 to +255 (the plus sign is also returned), representing a
mask value for the bits enabled in the Standard Event Status Register as
shown in
Table 17
.
Example
This example places the current contents of the Standard Event Status
Enable Register in the numeric variable, varEvent. The value of the
variable is printed on the computer's screen.
myScope.WriteString "*ESE?"
varEvent = myScope.ReadNumber
Debug.Print FormatNumber(varEvent, 0)
The Standard Event Status Enable Register contains a mask value for the
bits to be enabled in the Standard Event Status Register. A "1" in the
Standard Event Status Enable Register enables the corresponding bit in
the Standard Event Status Register. A "0" in the enable register disables
the corresponding bit.
Table 17 Standard Event Status Enable Register Bits
Bit
Weight
Enables
Definition
7
128
PON - Power On
Indicates power is turned on.
6
64
Not Used. Permanently set to zero.
5
32
CME - Command Error
Indicates whether the parser
detected an error.
Summary of Contents for Infiniium 90000 Q-Series
Page 1: ...s1 Agilent Infiniium 90000 Series Oscilloscopes Programmer s Reference...
Page 50: ...50 Agilent Infiniium 90000 Series Oscilloscopes Programmer s Reference 2 Setting Up...
Page 274: ...274 Agilent Infiniium 90000 Series Oscilloscopes Programmer s Reference 14 Digital Commands...
Page 292: ...292 Agilent Infiniium 90000 Series Oscilloscopes Programmer s Reference 15 Disk Commands...
Page 318: ...318 Agilent Infiniium 90000 Series Oscilloscopes Programmer s Reference 16 Display Commands...
Page 364: ...364 Agilent Infiniium 90000 Series Oscilloscopes Programmer s Reference 17 Function Commands...
Page 382: ...382 Agilent Infiniium 90000 Series Oscilloscopes Programmer s Reference 19 Histogram Commands...
Page 412: ...412 Agilent Infiniium 90000 Series Oscilloscopes Programmer s Reference 21 Limit Test Commands...
Page 416: ...416 Agilent Infiniium 90000 Series Oscilloscopes Programmer s Reference 22 Lister Commands...
Page 696: ...696 Agilent Infiniium 90000 Series Oscilloscopes Programmer s Reference 25 Measure Commands...
Page 702: ...702 Agilent Infiniium 90000 Series Oscilloscopes Programmer s Reference 26 Pod Commands...
Page 760: ...760 Agilent Infiniium 90000 Series Oscilloscopes Programmer s Reference 29 Self Test Commands...
Page 818: ...818 Agilent Infiniium 90000 Series Oscilloscopes Programmer s Reference 31 System Commands...
Page 830: ...830 Agilent Infiniium 90000 Series Oscilloscopes Programmer s Reference 32 Time Base Commands...
Page 930: ...930 Agilent Infiniium 90000 Series Oscilloscopes Programmer s Reference 33 Trigger Commands...
Page 1018: ...1018 Agilent Infiniium 90000 Series Oscilloscopes Programmer s Reference 37 Error Messages...
Page 1150: ...1150 Agilent Infiniium 90000 Series Oscilloscopes Programmer s Reference 38 Sample Programs...
Page 1186: ...1186 Agilent Infiniium 90000 Series Oscilloscopes Programmer s Reference Index...