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

Object type

Property (Read Only)

Syntax

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

Description

This command reads the upper limit of the number of the selected channel ( Ch).

Variable

Parameter

Value

Description

Upper limit of the number of traces.

Data type

Long integer type (Long)

Range

4

Examples

Dim MaxTrac As Long
MaxTrac = SCPI.SERVice.CHANnel(1).ATRace.COUNt

Equivalent key

No equivalent key is available on the front panel.

Equivalent SCPI command

Syntax

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

Query response

{numeric}<newline><^END>

Example of use

10 OUTPUT 717;":SERV:CHAN2:ATR:COUN?"
20 ENTER 717;A