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

Object type

Property (Read-Write)

Syntax

This option is only available In revision A.9.60 and above, the following syntax is also supported:

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).

This command is only available in revision A.9.60 and above.

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 <string>

: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$