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


Glossary Item Box

Gets or sets a value indicating whether the stimulus and response data is automatically selected.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property IsDataNamesAuto As Boolean
C# 
public abstract bool IsDataNamesAuto {get; set;}
C++/CLI 
public:
abstract property bool IsDataNamesAuto {
   bool get();
   void set (    bool value);
}

Remarks

If IsDataNamesAuto is false, then the StimulusDataName and ResponseDataName properties are used to select the stimulus and response data. If IsDataNamesAuto is true, then the stimulus and response data is chosen so that they are compatible.

Requirements

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

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 17.00

See Also