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


Glossary Item Box

Gets or sets a value indicating whether non-alias protected spectrum points are shown.

Syntax

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

Remarks

Determine whether all frequency points of all traces are shown. Normally, in VsaVector, only the alias protected points in frequency domain data are shown. Setting the property to True causes even the non-alias protect points to be shown.

Requirements

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

See Also