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


Glossary Item Box

Gets or sets the signal standard used by the transmitter.

Syntax

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

Property Value

The default value is Standard.Ieee80216.

Remarks

A value of Standard.Ieee80216A means that the signal uses the WirelessMAN-OFDM PHY layer of IEEE 802.16a-2003. A value of Standard.Ieee80216 means that the signal uses the WirelessMAN-OFDM PHY layer of IEEE 802.16-2004. These standards differ in several ways, including which subcarriers are pilots and the preamble sequence to expect.

Requirements

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

See Also