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


Glossary Item Box

Gets or sets how the guard interval (cyclic prefix) is determined.

Syntax

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

Property Value

The default value is GuardIntervalSelection.Manual.

Requirements

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

See Also