Or
,
you
can
return
control
to
the
external
controller
by
resetting
the
GPIB
as
follows:
d
a
ABORT
7
4
Return
5
Return
Control
(On
External
Controller)
This
returns
active
control
to
the
system
controller
.
Note
The
PROGram
subsystem
commands
in
the
following
programs
can
be
used
on
the
external
controller
.
See
the
GPIB
Command
R
eference
manual
for
additional
information
on
the
use
of
SCPI
commands
.
T
o
Execute
an
Instrument
B
ASIC
Command
from
the
External
Controller
Combine
the
PROG:EXEC
command
with
Instrument
B
ASIC
command
to
be
executed.
F
or
example
,
to
execute
EDIT
command,
d
a
OUTPUT
717;"PROG:EXEC
""EDIT"""
Or
you
can
change
the
double
quoted
term,
""EDIT""
to
a
single
quote
'EDIT ',
as
follows
.
d
a
OUTPUT
717;"PROG:EXEC
'EDIT'"
Be
careful
when
you
execute
an
Instrument
B
ASIC
command
that
requires
a
parameter
.
F
or
example
,
to
execute
the
Instrument
B
ASIC
command
\GET
"FILENAME"
",
the
quotation
is
as
follows
.
d
a
OUTPUT
717;"PROG:EXEC
""GET
""""FILENAME"""""""
Controlling
Instrument
BASIC
from
Remote
7-3