System Parameters - Lexmark C752 Technical Reference

Lexmark c752: reference guide
Hide thumbs Also See for C752:
Table of Contents

Advertisement

System Parameters

The setsystemparams operator sets the values of the specified system parameters.
This operator requires a password if one is set. The currentsystemparams operator
returns a dictionary of the current values of the system parameters.
Values supplied to setsystemparams that are outside the range or limits for the
specified integer parameter do not cause rangecheck or limitcheck errors. An
appropriate value is used. For example, if you set JobTimeout to 14, it is actually set
to 15, and no error is generated. The exceptions are noted in Table 4-13.
Values supplied to setsystemparams that do not match the type of the specified
parameter cause typecheck errors. Parameters that are not supported by the printer
are ignored. An attempt to change the value of a read-only parameter has no effect on
the parameter. Write-only parameters are not returned by currentsystemparams.
To determine which parameters your printer supports, see Table C-4 on page C-8.
Table 4-13: PostScript Emulation System Parameters
Key
BuildTime
ByteOrder
CurDisplayList
CurFontCache
CurFormCache
1
These parameters are Lexmark-specific and are in addition to the Adobe PostScript Language Supplement 2016.
2
These parameters are available with the Adobe PostScript Language Supplement 3010.
3
These parameters are Lexmark-specific and are in addition to the Adobe PostScript Language Supplement 3010.
Type
Definition
integer
(Read-only) Timestamp identifying the specific build of the
PostScript emulation interpreter.
boolean
(Read-only) Native (preferred) order of multiple-byte numbers
in binary encoded tokens.
integer
(Read-only) This value is always zero.
integer
(Read-only) Bytes currently occupied by the font cache.
integer
(Read-only) Bytes currently occupied by the form cache.
4-74
PostScript

Advertisement

Table of Contents
loading

Table of Contents