PSU Series Programming Manual
154
-112 Program
mnemonic too
long
The header contains more that twelve characters
(see IEEE 488.2, 7.6.1.4.1).
-113 Undefined
header
The header is syntactically correct, but it is
undefined for this specific device; for example,
*XYZ is not defined for any device.
-114 Header
suffix out of range
The value of a numeric suffix attached to a
program mnemonic, see Syntax and Style section
6.2.5.2, makes the header invalid.
-115 Unexpected
number of
parameters
The number of parameters received does not
correspond to the number of parameters expected.
This is typically due an inconsistency with the
number of instruments in the selected group.
-120 Numeric
data error
This error, as well as errors -121 through -129, are
generated when parsing a data element which
apprears to be numeric, including the nondecimal
numeric types. This particular error message
should be used if the device cannot detect a more
specific error.
-121 Invalid
character in
number
An invalid character for the data type being parsed
was encountered; for example, an alpha in a
decimal numeric or a “9" in octal data.
-128 Numeric
data not allowed
A legal numeric data element was received, but the
device does not accept one in this position for the
header.
-131 Invalid suffix
The suffix does not follow the syntax described in
IEEE 488.2, 7.7.3.2, or the suffix is inappropriate for
this device.