IEEE-488 Reference
4-206
Line 10 Returns Model 2001 to defaults.
Line 20 Selects burst acquisition mode.
Line 30 Starts the acquisition process.
Programming example ASTReam mode
10 REMOTE 716
20 OUTPUT 716; “:syst:pres”
30 OUTPUT 716; “:sens:func ‘volt:dc’ ”
40 OUTPUT 716; “:sens:volt:dc:rang 2.0; *opc?”
50 ENTER 716; opc$
60 OUTPUT 716; “:syst:amet astr”
70 WAIT (0.160)
80 FOR I=1 TO 200
90 ENTER 716; rdg$
100 NEXT I
110 CLEAR 716
120 WAIT (0.160)
130 END
Line 20 Select :SYST:PRES defaults.
Line 30 Select DC volts.
Line 40 Select 2V range; query operation complete.
Line 50 Wait for operation complete.
Line 60 Go into the ASTReam (ASCII) mode.
Line 70 Wait for 0.160sec.
Line 80 Set up loop to repeat 200 times.
Line 90 Address Model 2001 to talk.
Line 100 Repeat loop until 200 readings are sent.
Line 110 Send device clear to cancel stream mode.
Line 120 Wait for 0.160sec.
4.22.8 :LSYNc:STATe <b>
:SYSTem:LSYNc:STATe <b> Control line synchronization
Parameters <b> = 0 or OFF Disable line synchronization
= 1 or ON Enable line synchronization
Format :syst:lsyn:stat <b>
Defaults Power-up Saved power-on setup
*RST OFF
:SYSTem:PRESet OFF
Query :STATe? Query state of line synchronization
Short-form format: :syst:lsyn:stat?
Response message: 0 (off) or 1 (on)