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


Glossary Item Box

Gets or sets the repetition period (or max repetition period) of the signal being measured in seconds.

Syntax

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

Remarks

Signal is IQNoiseCorrectionSignalMode.Continuous:

Signal is IQNoiseCorrectionSignalMode.Bursted:

Requirements

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

See Also