User Manual
64
negative floating-point numeric values are some
examples of valid data.
<string >
Characters enclosed by single or double quotes
<LF >
Line Feed, Hex code is 0x0Ah
<CR>
Carriage Return, Hex code is 0x0Dh
<END >
End or identify
Note: All commands are terminated with <CR> and <LF> characters. A space
is always included in between the command and the parameter. For
example, to set the GPIB address of 10 to a power supply, the following
command is sent:
ADDR 10<CR><LF>
Note: The <LF> and <CR> are not presented in the following examples and
command descriptions. However, users must add them as termination
characters at the end of each command when programming.