Programming
341
The number of data is {NOP×2}
Data Type Variant type Array (Range)
Note
If there is no array data of NOP×2 when setting a
formatted data array, an error occurs when executed.
Query Response
{numeric 1}, .... ,{numeric NOP×2}<newline><^END>
Examples
See :CALC:DATA:FDAT
Related Commands
:CALC:DATA:RDAT
:CALC:DATA:FDAT
:CALC:DATA:FMEM
Equivalent Softkey
No equivalent key is available on the front panel.
COM Command Syntax (Internal Control Only)
SCPI.CALCULATE(Ch).SELECTED.DATA.RMEMORY
:CALC<Ch>:DATA:XAX
Type
Query
Syntax
:CALCulate<Ch>[:SELected]:DATA:XAXis?
Description
This command returns the data of measurement points of X axis.
Variable
Query Response
{numeric 1} ... {numeric NOP}<newline><^END>
Examples
Dim Var as Variant
Ana.WriteString ":CALC1:DATA:XAX?", True
Var=Ana.ReadList(ASCIIType_R8, ",")
Related Commands
:SENS:FREQ:DATA
Equivalent Softkey
No equivalent key is available on the front panel.