SEF top-level constant
String
const SEF
Sheet Eject And Feed.
Representation: CSI s1;s2 \x20 \x59
Parameter default values: s1 = 0; s2 = 0
SEF causes a sheet of paper to be ejected from a printing device into a specified output stacker and another sheet to be loaded into the printing device from a specified paper bin.
Parameter values of s1 are:
- 0 - eject sheet, no new sheet loaded
- 1 - eject sheet and load another from bin 1
- 2 - eject sheet and load another from bin 2 ...
- n - eject sheet and load another from bin n
Parameter values of s2 are:
- 0 - eject sheet, no stacker specified
- 1 - eject sheet into stacker 1
- 2 - eject sheet into stacker 2 ...
- n - eject sheet into stacker n
Implementation
const String SEF = ' Y';