217
_____________________________________________________________________________________________
10.8 GP-IB Command Reference
______________________________________________________________________________________________
Syntax
:TRANsmit:TERMinator <data>
<data>
0to255
(NR1)
0
:LF+EOI
1
: CR, LF+EOI
Function
Sets the data terminator for response messages.
The numerical value can be in NRf format, but any digits after the decimal point will be
rounded.
When powering on, <data> is initially set to 0 (LF+EOI).
Example
Sets the terminator for the response message to LF + EOI.
Transmission :TRANsmit:TERMinator 0
Error
If <data> is other than numerical value described above, an execution error occurs.
Syntax
:TRANsmit:TERMinator?
Response
syntax
<data>
<data>
0to255
(NR1)
0
:LF+EOI
1
: CR, LF+EOI
Function
Returns the data terminator for response messages as a numerical value (0 or 1) in NR1 format.
Example
Queries the data terminator for response messages.
Transmission :TRANsmit:TERMinator?
Response 0
Data terminator has been set to LF+EOI.
Error
If the response message is longer than 300 bytes, a query error is generated.
:TRANsmit:TERMinator
Sets the data terminator for response messages.
:TRANsmit:TERMinator?
Queries the data terminator for response messages.