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


Glossary Item Box

Gets or sets the update rate when fast averaging.

Syntax

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

Remarks

Determine the fast average update rate, which specifies how many averages to complete before updating the traces in the VSA window.

The setting of UpdateRate only affects fast averaging. For example, if you specify an update rate of 5, the VSA updates the display once every 5 averages. It can be beneficial to update the display less frequently for faster operation.

Requirements

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

See Also