Sets the format for data returned from TRACe:DATA? queries.
Command Syntax:
:FORMat[:TRACe][:DATA] <format>
<format>
::=
ASCii | REAL64
Query Syntax:
:FORMat[:TRACe][:DATA]?
Returns
::=
ASCii | REAL64
Remarks:
ASCii: comma-separated list of floating-point numbers represented using ASCii digits.
REAL64: IEEE 488.2 binary block, which is in the format #Nnnn<byte><byte>... where N is the number of n digits,
and the number nnn represents the number of data bytes that follow. The data bytes are then interpreted as a sequence
of double-precision (64-bit) floating point numbers.