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


Glossary Item Box

Gets or sets a value indicating whether fast averaging is enabled.

Syntax

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

Remarks

Fast averaging allows you to optimize speed of averaging measurements by not displaying every average calculated. Use the UpdateRate property to set how often to update the traces with averaged measurement results.

Requirements

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

See Also