COMMAND SYNTAX
200
+809 “Source memory location revised” — Occurs
when a :SOURce:MEMory sweep location
references an expression that no longer exists.
+811 “Not an operator or number” — Defined a null
math expression by not using a valid operator or
number.
+812 “Mismatched parenthesis” — Number of open
parentheses must be the same as the number of
closed parentheses. For example,
CALC1:MATH:EXPR (2*sin(VOLT) generates
this error.
+813 “Not a number of data handle” — An invalid
floating point number or symbol other than
VOLT, CURR, RES, or TIME appears in the math
expression.
+814 “Mismatched brackets” — Improper use of
brackets for vectored math expression indices.
For example, CALC1:MATH:EXPR
(VOLT[0*CURR[0]) generates this error.
+815 “Too many parenthesis” — Too many closed
parentheses were detected. For example,
CALC1:MATH:EXPR (In(VOLT)) generates this
error.
+816 “Entire expression not parsed” — Occurs when
the input expression does not produce a function
for the GSM to calculate.
+817 “Unknown token” — Attempted to define an
expression using an invalid function name.
+818 “Error parsing mantissa” — Occurs when a
floating point number has an invalid mantissa.
+819 “Error parsing exponent” — Occurs when a
floating point number has an invalid exponent.
+820 “Error parsing value” — Occurs when an invalid
floating point number is entered.