4349B
F
or example
,to
set
to
the
External
trigger
mode:
:
OUTPUT
717;":STAT:OPER:ENAB 16"
OUTPUT
717;"*SRE 128"
ON
INTR 7
GOSUB
Data_available
ENABLE
INTR 7;2
!
OUTPUT
717;":TRIG:SOUR
EXT"
OUTPUT
717;":ININ:CONT
ON"
LOOP
!
Apply
trigger
signals
from
the
external
trigger
source.
END
LOOP
!
Data_available:
!
OUTPUT
717;":FETC?"
ENTER
717;S1,D1,S2,D2,S3,D3,S4,D4
PRINT
S1,D1,S2,D2,S3,D3,S4,D4
A=SPOLL(717)
OUTPUT
717;":STAT:OPER?"
ENTER
717;A
ENABLE
7;2
RETURN
:
F
or
example
,to
set to
the
Bus
trigger
mode:
Using
the
*TRG
IEEE
488.2
Common Command,
OUTPUT
717;":TRIG:SOUR
BUS"
OUTPUT
717;"*TRG"
ENTER
717;S1,D1,S2,D2,S3,D3,S4,D4
Using
the
Group
Execution
Trigger
(GET):
OUTPUT
717;":TRIG:SOUR
BUS"
TRIGGER
717
ENTER
717;S1,D1,S2,D2,S3,D3,S4,D4
F
or
example
,
triggering
a
measurement
regardless of
the trigger
source:
OUTPUT
717;":TRIG"
OUTPUT
717;":FETC?"
ENTER
717;S1,D1,S2,D2,S3,D3,S4,D4
Remote Operation 4-11