IEEE-488 Reference
4-232
Line 10 Assigns the asynchronous Trigger Link output of the measure layer to line #4, and
then queries the programmed output line.
Line 20 Addresses the Model 2001 to talk.
Line 30 Displays the programmed output line # (4).
:SSYNchronous:LINE <NRf>
:TRIGger[:SEQuence[1]]:TCONfigure:SSYNchronous :LINE <NRf> Specify semi-synchronous
Trigger Link line for
measure layer
Parameters <NRf> = 1 Line #1
= 2 Line #2
= 3 Line #3
= 4 Line #4
= 5 Line #5
= 6 Line #6
Format :trig:tcon:ssyn:line <NRf>
Defaults Power-up Saved power-on setup
*RST 1 (measure layer)
:SYSTem:PRESet 1 (measure layer)
Query :LINE? Query programmed output line #
Short-form format: :trig:tcon:ssyn:line?
Response message: 1 to 6
Description This command is used to select one of the six trigger lines for the semi-synchronous Trigger
Link.
Programming example 10 OUTPUT 716; “:trig:tcon:ssyn:line 6; line?”
20 ENTER 716; A$
30 PRINT A$
40 END
Line 10 Selects line #6 for the Trigger Link, and then queries the programmed line number.
Line 20 Addresses the Model 2001 to talk.
Line 30 Displays selected line number (6).