Keysight Pathwave 89600 VSA .NET API
DataName Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > Trace Class : DataName Property


Glossary Item Box

Gets or sets which trace data result is computed for this Trace.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property DataName As String
C# 
public abstract string DataName {get; set;}
C++/CLI 
public:
abstract property String^ DataName {
   String^ get();
   void set (    String^ value);
}

Remarks

The DataName property sets or returns the string that identifies a data source for this trace. The DataName is spelled differently than the trace data title (DataTitle property) that shows in the window title of the trace window. The trace data label name is modified for clarity, this may include additional spaces, demod type information, etc.

You can use the output window to find out what the active trace data name is; Open the output window (Click Window > Output), select the "Show Code" checkbox in the Output window, and then do the steps to specify a trace data. The output window shows the code to set the trace data name. You can also use the TraceCollection.DataNames property to return an array containing all the current possible data sources. If you are only interested in a subset of the available sources, use DataNamesMeasurements, TraceCollection.DataNamesMath, TraceCollection.DataNamesGraph, TraceCollection.DataNamesDataRegister, or TraceCollection.DataNameNoData to return only the Measurement, Math Functions, Graphs, or Registers sources, or the name No Data, respectively.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also