Genicom GEK 00031B Printer User Manual


 
Chapter 4. Printronix P Series Emulation GEK-00029B
94
Set Line Spacing
Sets line spacing to 6 lpi or as set by
(1/6 Inch)
SFCC A.
Formats
<SFCC> L P I ; n or
<SFCC> A n followed by
<SFCC> 2
Details
Using the SFCC LPI ; n command, the value of n can be 6 or 8 only.
If n = 6, this command sets line spacing to 1/6 inch. Values of n
other than 6 or 8 are ignored.
The SFCC command stores a line spacing value in 1/72 inch to be
activated by the SFCC 2 sequence. The default value for this stored
value is 6 LPI (12/72).
SFCC 2 asserts n/72-inch line spacing as set by SFCC A. If no
distance has been set by SFCC A, the distance is 1/6 inch.
Decimal: <SFCC> 76 80 73 59 <n> or
<SFCC> 65 <n> followed by
<SFCC> 2
Hex: <SFCC> 4C 50 49 59 <nH> or
<SFCC> 41 <nH> followed by
<SFCC> 2
BASIC: CHR$(<SFCC>);”LPI;<n>”; or
CHR$(<SFCC>);”A<n>”; followed by
CHR$(<SFCC>);”2”;