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

Object Type

Property (Read-Write)

Syntax

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

Value = SCPI.CALCulate.FP(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 ~ 4

Preset Value

1

Unit

-

Resolution

-

Preset Effect

Yes

Save-Recall Effect

Yes

Error

-

Examples

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

Equivalent Key

No equivalent key is available on the front panel.

Equivalent SCPI Command

Syntax

:CALCulate:FP[1-1]:ALLTrace:ACTive {1 ~ 4}

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

Query Response

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

Example of use

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