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


Glossary Item Box

Gets or sets a value indicating whether the number of frequency points is automatically adjusted to accommodate a larger range of ResBW values (and correspondingly, time record lengths).

Syntax

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

Requirements

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

See Also