SCPI.CALCulate(Ch).PARameter.COUNt

Object type

Property (Read-Write)

Syntax

SCPI.CALCulate(Ch).PARameter.COUNt = Value

Value = SCPI.CALCulate(Ch).PARameter.COUNt

Description

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

Variable

Parameter

Value

Description

Number of traces

Data type

Long integer type (Long)

Range

1 to 8, Varies depending on the upper limit setting for the channel/trace number

Preset value

1

Note

If the specified variable is out of the allowable setup range, the minimum value (if the lower limit of the range is not reached) or the maximum value (if the upper limit of the range is exceeded) is set.

Examples

Dim TraceNum As Long
SCPI.CALCulate(1).PARameter.COUNt = 4
TraceNum = SCPI.CALCulate(1).PARameter.COUNt

Equivalent key

Display > Num of Traces

Equivalent SCPI command

Syntax

:CALCulate{[1]-4}:PARameter:COUNt <numeric>

:CALCulate{[1]-4}:PARameter:COUNt?

Query response

{numeric}<newline><^END>

Example of use

10 OUTPUT 717;":CALC1:PAR:COUN 4"
20 OUTPUT 717;":CALC1:PAR:COUN?"
30 ENTER 717;A