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

Object type

Property (Read Only)

Syntax

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

Description

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

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

Equivalent key

No equivalent key is available on the front panel.

Equivalent SCPI command

Syntax

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

Query response

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

Example of use

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