:FILE<fnum>:VIEW<vnum>:PLOT<pnum>:TRACe<tnum>:DATA:X?

(Read-only) Reads the x data of a trace.

Use FORMat:DATA to change the data type (REAL or ASCii). Use FORMat:BORDer to change the byte order. Use “NORMal” when transferring a binary block from LabView or Vee. For other programming languages, you may need to "SWAP" the byte order.

Note: If you want to save trace data to a file, use the :FILE:View:PLOT:TRACe:SAVE command.

 

Parameters

 

<fnum>

Index of the selected file.

<vnum>

Index of the selected view.

<pnum>

Index of the selected plot.

<tnum>

Index of the selected trace.

Examples

:FILE1:VIEW1:PLOT1:TRACe1:DATA:X?

Return Type

Numeric

Default

Not Applicable