SCPI.CALCulate.USER(Ch).TRACe(Tr).DATA.XDATa

Object Type

Property (Read-Write)

Syntax

SCPI.CALCulate.USER(Ch).TRACe(Tr).DATA.XDATa = Value

Value = SCPI.CALCulate.USER(Ch).TRACe(Tr).DATA.XDATa

Description

This command sets/gets X axis data and number of points. must be incremental order. NOP >=2., for the selected trace Tr of the selected channel Ch.

Variable

Parameter

   Value

Description

X axis data and number of points

Data Type

Variant type Array (Range)

Range

1...1601

Preset Value

-

Unit

-

Resolution

-

Preset Effect

Yes

Save-Recall Effect

Yes

Error

-224, "Illegal parameter value"

Examples

Dim Var(1 to 1601) as Variant
SCPI.CALCulate.USER1.TRACe8.DATA.XDATa = Var
Var = SCPI.CALCulate.USER1.TRACe8.DATA.XDATa

Related Objects

SCPI.CALCulate.USER(Ch).TRACe(Tr).DATA.COPY

SCPI.CALCulate.USER(Ch).TRACe(Tr).DATA.FDATa

SCPI.CALCulate.USER(Ch).TRACe(Tr).DATA.FMEMory

SCPI.CALCulate.USER(Ch).TRACe(Tr).DATA.POINts

SCPI.CALCulate.USER(Ch).TRACe(Tr).DATA.RDATa

SCPI.CALCulate.USER(Ch).TRACe(Tr).DATA.STARt

SCPI.CALCulate.USER(Ch).TRACe(Tr).DATA.STOP

SCPI.CALCulate.USER(Ch).TRACe(Tr).DATA.UDATa

SCPI.CALCulate.USER(Ch).TRACe(Tr).DATA.UMEMory

Equivalent Key

No equivalent key is available on the front panel.

Equivalent SCPI Command

Syntax

:CALCulate:USER[1-1]:TRACe[1-8]:DATA:XDATa {1...1601}

:CALCulate:USER[1-1]:TRACe[1-8]:DATA:XDATa?

Query Response

{1...1601} <newline><^END>

Example of use

10 Dim A(1:1601)
20 OUTPUT 717;":CALCulate:USER1:TRACe8:DATA:XDATa 1,1601"
30 OUTPUT 717;":CALCulate:USER1:TRACe8:DATA:XDATa ?"
40 ENTER 717;A(*)