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


Glossary Item Box

Gets or sets a value indicating whether the update rate is the same as the average count (number of measurements in the average).

Syntax

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

Remarks

If this is set to true, then when the Count value is changed, the UpdateRate is changed to the same value.

Requirements

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

See Also