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

Object Type

Method (Write Only)

Syntax

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

Description

This command sets copy to user trace, for the selected trace Tr of the selected channel Ch.

Variable

Parameter

   Value

Description

Copies data to user trace

Data Type

Long integer type (Long)

Range

1 ~ 8

Preset Value

-

Unit

-

Resolution

-

Preset Effect

No

Save-Recall Effect

No

Error

-

Examples

Dim Var as Long
Var= 1
SCPI.CALCulate.BB1.TRACe1.DATA.COPY = Var

Related Objects

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

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

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

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:COPY {1 ~ 8}

Query Response

{1 ~ 8} <newline><^END>

Example of use

10 OUTPUT 717;":CALCulate:BB1:TRACe1:DATA:COPY 1 "
20 ENTER 717;A