![Colby Instruments PDL-100A Operating And Programming Manual Download Page 55](http://html1.mh-extra.com/html/colby-instruments/pdl-100a/pdl-100a_operating-and-programming-manual_2635111055.webp)
Chapter 6
System Commands
© 2010 Colby Instruments. PDL-100A Operating and Programming Manual Page 46
DEL?
Delay
QUERY
The DEL? query command is used to return the current delay
setting of the unit.
Command
Syntax
DEL?
Example
DEL?
Returns
<x.xxxxxE-yy><NL>
(x..x) is a 4 digit mantissa and (yy) a two digit exponent.
For example,
3.0000E-10
is 300.00 picoseconds.
Programming
Example
HP : OUTPUT 705;"DEL?"<NL>
ENTER 705;Delay$
PRINT (DELAY$)
NI: DIM QUERY_RESPONSE As Variant
CWGPIB.Write “DEL?”
QUERY_RESPONSE = CWGPIB.Read(250)
MsgBox (“Delay is set at ” & QUERY_RESPONSE)
Artisan Technology Group - Quality Instrumentation ... Guaranteed | (888) 88-SOURCE | www.artisantg.com