69
-103
Invalid separator
An invalid separator was found in the command string. You may have replaced a
colon, semicolon, or blank space with a comma or you may have replaced a comma
with a blank space.
Example: TRIG:SOUR,BUS or APPL P6V 1.0 1.0
-104
Data type error
The wrong parameter type was found in the command string. You may have specified
a number where a string was expected, or vice versa.
-108
Parameter not allowed
More parameters were received than expected for the command. You may have
entered an extra parameter, or you added a parameter to a command that does not
accept a parameter.
Example: APPL? 10
-109
Missing parameter
Fewer parameters were received than expected for the command. You omitted one or
more parameters that are required for this command.
Example: APPL
-112
Program mnemonic too long
A command header was received which contained more than the maximum 12
characters allowed.
-113
Undefined header
A command was received that is not valid for this power supply. You may 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.
Example: TRIGG:DEL 3
-123
Numeric overflow
A numeric 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.
-131
Invalid suffix
A suffix was incorrectly specified for a numeric parameter. You may have misspelled
the suffix.
Example: TRIG:DEL 0.5 SECS
-134
Suffix too long