Chapter 5 Error Messages
Execution Errors
114
-112 Program mnemonic too long
A command header was rece ived which contained more than the maximum 12
characters allowed.
-113 Un defi ne d he a de r
A command wa s received that is not valid for this power supply . You ma y have
misspelled the command or it may not be a valid command. If you are using
the short form of the command, remember that it may contain up to four letters.
Exampl e:
TRIGG:DEL 3
-121 Invalid character in number
An invalid character was found in the number specified for a parameter value.
Exampl e:
*ESE #B01010102
-123 Numeric overflow
A numeri c parameter was found whose exponent was larger than 32,000.
-124 Too many digits
A numeric parameter was found whose mantissa contained more than 255
digits, excluding leading zeros.
-128 Numeric data not allowed
A numeric parameter was received but a character string was expected.
Exampl e:
DISP:TEXT 123
-131 Invalid suffix
A suffix was incorrectly specified for a numeric parameter. You may have
mis spel led the suffix.
Exampl e:
TRIG:DEL 0.5 SECS
-134 Suffix too long
A suffix for a numeric parameter contain ed too many characters.
-138 Suffix not allowed
A suffix was received following a numeric paramet er which does not accept a
suffix.
Exampl e:
STAT:QUES:ENAB 18 SEC
(SEC is not a valid suffix).