User manual

Table Of Contents
Part 6: IEEE 488.2 Command Reference
Encoding
BIN specifies Binary encoding. This is the only type of waveform data encoding supported by Teledyne
LeCroy oscilloscopes.
Query Syntax
COMM_FORMAT?
Response Format
COMM_FORMAT <block_format>,<data_type>,<encoding>
Example (GPIB)
The following instruction redefines the transmission format of waveform data as a block of definite length,
9-digit data count field, data encoded in binary and represented as 8-bit signed integers.
CMD$="CFMT DEF9,BYTE,BIN": CALL IBWRT(SCOPE%,CMD$)
Related Commands
WAVEFORM
6-45