Keysight E5260/E5270 Programming Guide, Edition 4 4- 53
Command Reference
Command Reference
EMG?
The EMG? query command returns error message corresponding to the specified
error code.
Syntax EMG?
errcode
Parameters errcode : Error code returned by the ERR? command. Numeric expression.
Query Response
Error message <CR/LF^EOI>
For the error codes and error messages, refer to Chapter 5, “Error Messages.”
Example
Statements
OUTPUT @E5270;"EMG? 100"
ENTER
@E5270;A$
END
The END command is used with the ST command to store a program in the internal
program memory. See
“ST” on page 4-109.
Syntax END
Example
Statements
OUTPUT @E5270;"ST1;CN1;DV1,0,5,1E-4;TI1,0;CL1"
OUTPUT
@E5270;"END"