SCPI.CALCulate.TR(Ch).ALLTrace.ACTive

Object Type

Property (Read-Write)

Syntax

SCPI.CALCulate.TR(Ch).ALLTrace.ACTive = Value

Value = SCPI.CALCulate.TR(Ch).ALLTrace.ACTive

Description

This command sets/gets active trace, for the selected channel Ch.

Variable

Parameter

   Value

Description

Active trace

Data Type

Long integer type (Long)

Range

1 ~ 8

Preset Value

1

Unit

-

Resolution

-

Preset Effect

Yes

Save-Recall Effect

Yes

Error

-

Examples

Dim Var as Long
Var= 1
SCPI.CALCulate.TR1.ALLTrace.ACTive = Var
Var = SCPI.CALCulate.TR1.ALLTrace.ACTive

Equivalent Key

No equivalent key is available on the front panel.

Equivalent SCPI Command

Syntax

:CALCulate:TR[1-1]:ALLTrace:ACTive {1 ~ 8}

:CALCulate:TR[1-1]:ALLTrace:ACTive?

Query Response

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

Example of use

10 OUTPUT 717;":CALCulate:TR1:ALLTrace:ACTive 1 "
20 OUTPUT 717;":CALCulate:TR1:ALLTrace:ACTive ?"
30 ENTER 717;A