
Programming Guide 1-19
ESG Family Signal Generators Preparing for Use
GPIB Command Statements
Remote
REMOTE causes an instrument to change from local control to remote control. In remote
control, the front panel keys are disabled except for the
Local key and the line power
switch. The syntax is:
Figure 1-3. Remote Command Syntax
where the device selector is the address of the instrument appended to the GPIB port
number. Typically, the GPIB port number is 7 and the default address for the signal
generator is 19, so the device selector is 719.
Some BASIC Examples
10 REMOTE 7
which prepares all GPIB instruments for remote operation (although nothing appears to
happen to the instruments until they are addressed to talk), or
10 REMOTE 719
which affects the GPIB instrument located at address 19, or
10 REMOTE 719, 721, 726, 715
which affects four instruments that have addresses 19, 21, 26, and 15.
Related Statements Used by Some Computers
• RESUME
Kommentare zu diesen Handbüchern