Visual Basic (Declaration) | |
---|---|
Public MustOverride Property RepetitionGuidance As Double |
C# | |
---|---|
public abstract double RepetitionGuidance {get; set;} |
Signal is IQNoiseCorrectionSignalMode.Continuous:
- This property specifies the exact repetition period of the signal, unless RepetitionAutoDetected is true, in which case the repetition period is automatically determined.
- Note: both RepetitionGuidance and RepetitionAutoDetected will be configured by the measurement when SignalDefinitionAuto is true.
Signal is IQNoiseCorrectionSignalMode.Bursted:
- This property specifies the exact repetition period of the signal, unless RepetitionAutoDetected is true, in which case RepetitionGuidance determines the maximum repetition period of the signal and the actual repetition period is determined automatically (and may even vary from pulse to pulse).
- Note: both RepetitionGuidance and RepetitionAutoDetected must be configured manually by the user even when SignalDefinitionAuto is true.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)