SCPI.CALCulate.BB(Ch).TRACe(Tr).DATA.PDATa

Object Type

Property (Read-Write)

Syntax

SCPI.CALCulate.BB(Ch).TRACe(Tr).DATA.PDATa = Value

Value = SCPI.CALCulate.BB(Ch).TRACe(Tr).DATA.PDATa

Description

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

Variable

Parameter

   Value

Description

dBC data

Data Type

Variant type Array (Range)

Range

1...1601

Preset Value

-

Unit

-

Resolution

-

Preset Effect

No

Save-Recall Effect

No

Error

-

Examples

Dim Var(1 to 1601) as Variant
SCPI.CALCulate.BB1.TRACe1.DATA.PDATa = Var
Var = SCPI.CALCulate.BB1.TRACe1.DATA.PDATa

Related Objects

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

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

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

SCPI.CALCulate.BB(Ch).TRACe(Tr).DATA.PMEMory

SCPI.CALCulate.BB(Ch).TRACe(Tr).DATA.SDATa

SCPI.CALCulate.BB(Ch).TRACe(Tr).DATA.SMEMory

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

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

Equivalent Key

No equivalent key is available on the front panel.

Equivalent SCPI Command

Syntax

:CALCulate:BB[1-1]:TRACe[1-1]:DATA:PDATa {1...1601}

:CALCulate:BB[1-1]:TRACe[1-1]:DATA:PDATa?

Query Response

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

Example of use

10 Dim A(1:1601)
20 OUTPUT 717;":CALCulate:BB1:TRACe1:DATA:PDATa 1,1601"
30 OUTPUT 717;":CALCulate:BB1:TRACe1:DATA:PDATa ?"
40 ENTER 717;A(*)