Property (Read-Write)
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
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.
Parameter |
Name |
Description |
Trace name for the active trace |
Data type |
Character string type (String) |
Dim TraceName As String
SCPI.CALCulate(1).PARameter(1).TNAMe.DATA = "DuplexTrace"
TraceName = SCPI.CALCulate(1).PARameter(Tr).TNAMe.DATA = Param
No equivalent key is available on the front panel.
:CALCulate{[1]-160}:PARameter{[1]-16}:TNAMe:DATA <string>
:CALCulate{[1]-160}:PARameter{[1]-16}:TNAMe:DATA?
{string}<newline><^END>
10 OUTPUT 717;":CALC1:PAR1:TNAM:DATA ""DUPLEXTRACE"""
20 OUTPUT 717;":CALC1:PAR1:TNAM:DATA?"
30 ENTER 717;A$