SCPI.SERVice.CHANnel(Ch).ATRace.ACTive

Object Type

Property (Read-Write)

Syntax

SCPI.SERVice.CHANnel(Ch).ATRace.ACTive = Value

Value = SCPI.SERVice.CHANnel(Ch).ATRace.ACTive

Description

This command sets/gets the active trace number of the selected channel ( Ch).

Variable

Parameter

Value

Description

Active trace number

Data Type

Long integer type (Long)

Range

1 to 4

Examples

Dim NumTrac as Long
NumTrac = SCPI.SERVice.CHANnel(4).ATRace.ACTive
SCPI.SERVice.CHANnel(4).ATRace.ACTive = 3

Related Objects

SCPI.SERVice.CHANnel(Ch).ATRace.COUNt

Equivalent Key

No equivalent key is available on the front panel.

Equivalent SCPI Command

Syntax

:SERVice:CHANnel{[1]-4}:ATRace:ACTive?

Query Response

{numeric} <newline><^END>

Example of use

10 OUTPUT 717;":SERV:CHAN1:ATR:ACT 2"
20 OUTPUT 717;":SERV:CHAN2:ATR:ACT?"
30 ENTER 717;A