User`s manual
308 Chapter 9
O:\Manuals\E6380A_Progguid\Book\Errormsg.fm
Error Messages
Numbered HP-IB Error Descriptions
Example 9-12 Error -104
Data type error
The parser recognized a data element different than one allowed. For
example, numeric or string data was expected but block data was
encountered.
Example 9-13 Error -105
GET not allowed
A Group Execute Trigger was received within a program message (see
IEEE 488.2, 7.7).
Example 9-14 Error -108
Parameter not allowed
More parameters were received than expected for the header. For
example, the *ESE common command only accepts one parameter;
receiving *ESE 36,1 is not allowed.
Example 9-15 Error -109
Missing parameter
Fewer parameters were received than required for the header. For
example, the *ESE common command requires one parameter;
receiving *ESE is not allowed.
Example 9-16 Error -110
Command header error
An error was detected in the header.
Example 9-17 Error -111
Header separator error
A character which is not a legal header separator was encountered
while parsing the header.
Example 9-18 Error -112
Program mnemonic too long
The header contains more than twelve characters (see IEEE
488.2,7.6.1.4).
Example 9-19 Error -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.