Y - bus terminator, Rminator…… 87 – Measurement Computing DAC488 v.1 User Manual
Page 93

DAC488 User’s Manual
DAC488 Commands 87
Y - Bus Terminator
TYPE
System Command
SYNTAX
Yn
Where
n = 0, 1, 2,
or
3
.
Y0
(Default)
CR LF
(carriage-return line-feed).
Y1
LF CR
(line-feed carriage-return).
Y2
CR
only (carriage return only).
Y3
LF
only (line feed only).
Y?
Return present Bus Terminator selection.
DESCRIPTION
The IEEE 488 bus terminator(s) at power on, default to the Terminator setting saved in the Non-Volatile RAM. The
terminators may be programmed for any combination of carriage return (CR) and line feed (LF). The Y0 setting is the
most commonly accepted terminator, CR LF. Y1 reverses the sequence to send LF CR. Y2 sends CR only, and Y3
sends LF only. The Terminator selection may be saved as the power on default setting by using the System Defaults
(S1) command.
EXAMPLE
PRINT#1,"OUTPUT09;Y3 X"
Select line feed terminator.