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

Object Type

Property (Read-Write)

Syntax

SCPI.CALCulate.FP(Ch).TRACe(Tr).DATA.UDATa = Value

Value = SCPI.CALCulate.FP(Ch).TRACe(Tr).DATA.UDATa

Description

This command sets/gets unformatted trace data, for the selected trace Tr of the selected channel Ch.

Variable

Parameter

   Value

Description

Unformatted trace data

Data Type

Variant type Array (Range)

Range

1...1001

Preset Value

-

Unit

-

Resolution

-

Preset Effect

No

Save-Recall Effect

No

Error

-

Examples

Dim Var(1 to 1001) as Variant
SCPI.CALCulate.FP1.TRACe4.DATA.UDATa = Var
Var = SCPI.CALCulate.FP1.TRACe4.DATA.UDATa

Related Objects

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

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

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

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

Equivalent Key

No equivalent key is available on the front panel.

Equivalent SCPI Command

Syntax

:CALCulate:FP[1-1]:TRACe[1-4]:DATA:UDATa {1...1001}

:CALCulate:FP[1-1]:TRACe[1-4]:DATA:UDATa?

Query Response

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

Example of use

10 Dim A(1:1001)
20 OUTPUT 717;":CALCulate:FP1:TRACe4:DATA:UDATa 1,1001"
30 OUTPUT 717;":CALCulate:FP1:TRACe4:DATA:UDATa ?"
40 ENTER 717;A(*)