Keysight Pathwave 89600 VSA .NET API
NumberOfRepeats Property
See Also 
Agilent.SA.Vsa.ChannelSounding.Interfaces Assembly > Agilent.SA.Vsa.ChannelSounding Namespace > MeasurementExtension Class : NumberOfRepeats Property


Glossary Item Box

Gets or sets the number of repetitions of the sounding signal to capture and average when calculating the impulse response.

Syntax

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

Requirements

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

See Also