Specifications

CHAPTER 3
LaserWriter Pro Software
Setting System Parameters 61
revision 3
setdefaultmultipurposepapertraysize 3
setdefaulttimeouts 3
setdostartpage 3
Syntax revision int
Definition This operator returns a string with the same value as the system
parameter Revision.
Error stackoverflow
Syntax name bool setdefaultmultipurposetraysize
Definition This operator tells the interpreter what paper size is installed in the
multipurpose tray. Because the printer cannot sense this information,
operators that need to know paper size refer to the value stored by
this operator.
This operator must be executed outside the server loop.
The name operand is the name of one of the standard device setup
procedures: /letter, /legal, /a4, or /a5. The procedures
/lettersmall and a4small are not allowed. The value of the
pagetype operator controls whether the page is small or not.
The bool parameter is included for compatibility with other PostScript
printers. It specifies whether the paper is to be fed long edge first or
short edge first. For all paper sizes on the LaserWriter Pro printer, the
value of bool must be true, which means the short edge is fed first.
Errors invalidaccess, rangecheck, stackunderflow, typecheck
Syntax job manualfeed wait setdefaultimeouts
Definition This operator returns the following:
system parameter JobTimeout for job
system parameter WaitTimeout for wait
page device parameter ManualFeedTimout for manualfeed
Errors invalidaccess, rangecheck, stackunderflow, typecheck
Syntax bool setdostartpage
Definition This operator sets the system parameter DoStartPage to the value
of bool.
This operator must be executed outside the server loop.
Error invalidaccess, rangecheck, stackunderflow, typecheck