Local
Local is the complement to REMOTE, causing an instrumentto
return to lo cal control with a fully enabled front panel. The syntax
is:
Some BASIC examples:
10 LOCAL 7
which eects all instruments in the network, or
10 LOCAL 719
for an addressed instrument (address 19).
Related statements used by some computers:
RESUME
Clear
Clear causes all GPIB instruments, or addressed instruments, to
assume a \cleared" condition, with the denition of \cleared" being
unique for each device. For the swept signal generator:
1. All p ending output-parameter op erations are halted.
2. The parser (the software that interprets the programming codes)
is reset, and now expects to receive the rst character of a
programming co de.
The syntax is:
Getting Started Programming 1-59