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

Object type

Property (Read-only)

Syntax

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

Description

This command reads the active trace number of selected channel (Ch).

Variable

Parameter

Value

Description

Active trace number

Data type

Long integer type (Long)

Examples

Dim ActTrac As Long
ActTrac = SCPI.SERVice.CHANnel(1).TRACe.ACTive

Related objects

SCPI.CALCulate(Ch).PARameter(Tr).SELect

Equivalent key

No equivalent key is available on the front panel.

Equivalent SCPI command

Syntax

:SERVice:CHANnel{[1]-160}:TRACe:ACTive?

Query response

{numeric}<newline><^END>

Example of use

10 OUTPUT 717;":SERV:CHAN1:TRAC:ACT?"
20 ENTER 717;A