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


Glossary Item Box

Gets or sets the guard interval (cyclic prefix) of the signal, as a fraction of the IFFT time length.

Syntax

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

Property Value

The default value is 1/4. The maximum value is 1, and the minimum is 0.

Remarks

This property is used only if GuardIntervalSelection is set to GuardIntervalSelection.Manual. In this case, it specifies the guard interval (cyclic prefix) of the input signal. To property demodulate a signal, this value must match the guard interval used by the transmitter. Normally, this would be one of the three values supported by the IEEE 802.11n/ac/ax/be standards: 1/4, or 1/8 or 1/16.

Requirements

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

See Also