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

Object type

Method (Write Only)

Syntax

SCPI.CALCulate(Ch).PARameter.TNAMe.SELect = Name

Description

This command sets the measurement parameter of the selected trace for the selected channel (Ch). The trace can be selected by the trace name once its defined earlier with SCPI.CALCulate(Ch).PARameter(Tr).TNAMe.DATA command.

Variable

Parameter

Name

Description

Name of the trace

Data type

Character string type (String)

Examples

Dim MeasPara As String
SCPI.CALCulate(1).PARameter.TNAMe.SELect = "duptrace"

Equivalent key

Trace Prev / Trace Next

Equivalent SCPI command

Syntax

:CALCulate{[1]-160}:PARameter:TNAMe:SELect <string>

Example of use

10 OUTPUT 717;":CALC1:PAR:TNAM:SEL ""DUPTRACE"""