SCPI.CALCulate(Ch).PARameter(Tr).TNAMe.DATA

Object type

Property (Read-Write)

Syntax

SCPI.CALCulate(Ch).PARameter(Tr).TNAMe.DATA = Name

Name = SCPI.CALCulate(Ch).PARameter(Tr).TNAMe.DATA

Description

This command defines/gets the name for the active trace of selected channel (Ch).

Variable

Parameter

Name

Description

Trace name for the active trace

Data type

Character string type (String)

Examples

Dim TraceName As String

SCPI.CALCulate(1).PARameter(1).TNAMe.DATA = "DuplexTrace"

TraceName = SCPI.CALCulate(1).PARameter(Tr).TNAMe.DATA = Param

Equivalent key

No equivalent key is available on the front panel.

Equivalent SCPI command

Syntax

:CALCulate{[1]-160}:PARameter{[1]-16}:TNAMe:DATA = Param

:CALCulate{[1]-160}:PARameter{[1]-16}:TNAMe:DATA?

Query response

{string}<newline><^END>

Example of use

10 OUTPUT 717;":CALC1:PAR1:TNAM:DATA ""DUPLEXTRACE"""
20 OUTPUT 717;":CALC1:PAR1:TNAM:DATA?"
30 ENTER 717;A$