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


Glossary Item Box

Gets or sets a value indicating whether the repetition period of the signal is automatically determined.

Syntax

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

Remarks

See remarks for RepetitionGuidance.

Requirements

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

See Also