SCPI.CALCulate(Ch).SELected.DATA.XAXis

Object type

Property (Read Only)

Syntax

All revision:

Data = SCPI.CALCulate(Ch).SELected.DATA.XAXis

 

In revision A.9.60 and above, the following syntax is also supported:

Data = SCPI.CALCulate(Ch).TRACe(Tr).DATA.XAXis

Description

This command reads the data of measurement points of X axis, for the active trace of selected channel (Ch).

 

In revision A.9.60 and above, you can select the trace and read the data of measurement points of X axis for the trace just by executing the above TRACe(Tr) command. You do not need to execute SCPI.CALCulate(Ch).PARameter(Tr).SELect.

Variable

Parameter

Data

Description

Indicates the array data (measurement points) of X axis

Data type

Variant type (Variant)

Examples

Dim AnaData As Variant
AnaData = SCPI.CALC1.SEL.DATA.XAX

Related objects

SCPI.FORMat.DATA

Equivalent key

No equivalent key is available on the front panel.

Equivalent SCPI command

Syntax

All revision:

:CALCulate{[1]-160}[:SELected]:DATA:XAXis?

 

In revision A.9.60 and above, the following syntax is also supported:

:CALCulate{[1]-160}:TRACe{[1]-16}:DATA:XAXis?

Query response

<numeric 1>,… ,<numeric N><^END>

Example of use

10 OUTPUT 717;":CALC1:SEL:DATA:XAX?"
20 ENTER 717;A(*)