Ese? Event Status Enable Mask Query; Esr? Operation Complete Query - Colby Instruments PDL-100A Operating And Programming Manual

Programmable delay line
Table of Contents

Advertisement

Chapter 5
*ESE?
Event Status Enable Mask
Command
Syntax *ESE?
Example *ESE?
Returns <decimal integer><NL>
Example
*ESR?
Operation Complete
Command
Syntax
Example *ESR?
Returns
Example
© 2010 Colby Instruments. PDL-100A Operating and Programming Manual
Artisan Technology Group - Quality Instrumentation ... Guaranteed | (888) 88-SOURCE | www.artisantg.com
The *ESE? query returns the ESE mask set for the ESR register.
HP : DIM ESE_MASK$(50)
OUTPUT 705;"*ESE?"<NL>
ENTER 705;ESE_MASK$
PRINT(ESE_MASK$)
NI : DIM QUERY_RESPONSE As Variant
CWGPIB.Write "*ESE?"
QUERY_RESPONSE = CWGPIB.Read(250)
MsgBox ("ESR Mask is " & QUERY_RESPONSE)
The *ESR? Query returns the contents of the Standard Event
Status Register (ESR). Reading this clears the Standard Event
Status Register, as does the *CLS command.
NOTE: Use the *ESE command to set the mask value to
determine which bits are reported in the ESR register.
*ESR?
<decimal integer><NL>
HP : DIM ESR$(50)
OUTPUT 705;"*ESR?"<NL>
ENTER 705;ESR$
PRINT(ESR$)
NI:
DIM QUERY_RESPONSE As Variant
CWGPIB.Write "*ESR?"
QUERY_RESPONSE = CWGPIB.Read(250)
MsgBox ("Response is " & QUERY_RESPONSE)
Common Commands
QUERY
QUERY
Page 40

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Pdl-100a-625psPdl-100a-1.25nsPdl-100a-10.0nsPdl-100a-20.0nsPdl-100a-100.0nsPdl-100a series

Table of Contents