Chapter 5 Common Commands
© 2010 Colby Instruments. PDL-100A Operating and Programming Manual Page 36
*RST Reset COMMAND
NOTE: VERSION 1.30 FIRMWARE and above returns comma
separated values.
<string> <NL>
Colby Instruments,PDL-100A-10.0NS,07061234,V1.70.
HP : DIM ID$(50)
OUTPUT 705;"*IDN?"<NL>
ENTER 705;ID$
PRINT(ID$)
NI : DIM QUERY_RESPONSE As Variant
CWGPIB.Write “*IDN?”
QUERY_RESPONSE = CWGPIB.Read(250)
MsgBox (“Response is ” & QUERY_RESPONSE)
The *RST (Reset) command performs a device reset and sets
the PDL-100A to its initial POWER-ON state.
The following steps will be performed:
Initialize Microterminal (if connected)
Reset the delay line to zero delay, 0.00 ps
All relays turned OFF (no delay)
New Network IP addresses (if previously changed) take
effect
GPIB address switches (if changed) take effect
HP : OUTPUT 705;"*RST"<NL>
NI : CWGPIB.Write “*RST”
Artisan Technology Group - Quality Instrumentation ... Guaranteed | (888) 88-SOURCE | www.artisantg.com