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


Glossary Item Box

Gets or sets the number of averages.

Syntax

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

Remarks

The Count property sets or returns the number of measurement sweeps (1 to 99,999) to be used in calculating an average.

Requirements

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

See Also