User`s guide

3- 34 Agilent EasyEXPERT Users Guide Vol. 1, Edition 1
Application Test Definition
GPIB I/O
Read String Reads a string value from the specified GPIB device.
Address GPIB address of the target device
String String variable name. Used to store the returned value.
Length To Read Byte length of the string value to read
Length Actually
Read
Numeric variable name. Used to store the byte length of the
returned value. If the Length To Read is large enough and the
terminator is sent with the returned string value, the value of
this numeric variable is smaller than the specified Length To
Read.
Terminator Terminator, DEFAULT, EOI, CR/LF+EOI, LF+EOI, CR/LF,
LF, or NONE (not specified)
Terminated Numeric variable name. Used to store the execution result. If
reading is completed by the terminator, 1 is entered. Otherwise,
0 is entered.
Timeout Timeout. The value must be less than 2
31
s, 1 ms resolution.
0
does not set timeout.
Read Value Reads a numeric value from the specified GPIB device.
Address GPIB address of the target device
Value Numeric variable name. Used to store the returned value.
Preamble String variable name. Used to store preamble of the returned
value. The preamble is a part considered as non-numeric value.
If this field is not set, the preamble is deleted.
Postamble String variable name. Used to store postamble of the returned
value. The postamble is a part considered as non-numeric value.
If this field is not set, the postamble is deleted.
Success Numeric variable name. Used to store the execution result. For
the successful result, 1 is entered. Otherwise, 0 is entered.
Terminator Terminator, DEFAULT, EOI, CR/LF+EOI, LF+EOI, CR/LF,
LF, or NONE (not specified)
Timeout Timeout. The value must be less than 2
31
s, 1 ms resolution.
0
does not set timeout.