Status Listings
Table
Error Number | Error Description [description/explanation/examples] |
|
|
desc = “Parameter not allowed” | |
| help = ““ |
| [More parameters were received than expected for the header; for example, |
| the *EMC common command only accepts one parameter, so receiving *EMC |
| 0,1 is not allowed.] |
desc = “Missing parameter” | |
| help = ““ |
| [Fewer parameters were received than required for the header; for example, |
| the *EMC common command requires one parameter, so receiving *EMC is not |
| allowed.] |
desc = “Program mnemonic too long” | |
| help = ““ |
| [The header contains more that twelve characters (see IEEE 488.2, 7.6.1.4.1).] |
desc = “Undefined header” | |
| help = ““ |
| [The header is syntactically correct, but it is undefined for this specific device; |
| for example, *XYZ is not defined for any device.] |
desc = “Numeric Data Error” | |
| help = “ |
| [This error, as well as errors |
| data element which appears to be numeric, including the |
| types. This particular error message should be used if the device cannot detect |
| a more specific error.] |
desc = “Invalid character in number” | |
| help = ““ |
| [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.] |
desc = “Exponent too large” | |
| help = ““ |
| [The magnitude of the exponent was larger than 32000 (see IEEE 488.2, |
| 7.7.2.4.1).] |
desc = “Too many digits” | |
| help = ““ |
| [The mantissa of a decimal numeric data element contained more than |
| 255 digits excluding leading zeros (see IEEE 488.2, 7.7.2.4.1).] |