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


Glossary Item Box

Gets or sets a value indicating whether the averaged measurement is repeated when the average is complete.

Syntax

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

Remarks

Determine whether the average measurement should be repeated or stopped. This property only applies to averaging styles that normally terminate after the stipulated number of averages (like RMS Video).

Requirements

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

See Also