Keysight Pathwave 89600 VSA .NET API
TraceDataOfdmInformation Enumeration
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace : TraceDataOfdmInformation Enumeration


Glossary Item Box

Specifies the Symbol Table Error Summary Data for 802.11a OFDM (for use with StateDictionary.IndexedValueAsDouble).

Syntax

Visual Basic (Declaration) 
Public Enum TraceDataOfdmInformation 
   Inherits System.Enum
C# 
public enum TraceDataOfdmInformation : System.Enum 
C++/CLI 
public enum class TraceDataOfdmInformation : public System.Enum 

Members

MemberDescriptionMinimum SW Version‡
BitrateSpecifies the overall unencoded bit rate of the signal in bits per second.
BitsPerSymbolSpecifies the number of bits represented by each subcarrier in the OFDM signal. This depends on the modulation format: BPSK = 1, QPSK = 2, 16QAM = 4, and 64QAM = 6.
CodingRateDenominatorSpecifies the denominator of the OFDM data convolutional coding rate. Not available for HIPERLAN/2 signals.
CodingRateNumeratorSpecifies the numerator of the OFDM data convolutional coding rate. Not available for HIPERLAN/2 signals.
CountInternal Use Only
Count2Internal Use Only
Count3Internal Use Only
CpeRmsSpecifies the RMS level of the Common Pilot Error trace data minus 1 expressed as a percentage of an ideal signal.
EvmPeakSpecifies the peak Error Vector Magnitude for the signal in percent.
EvmPeakSymbolSpecifies the symbol number of the peak Error Vector Magnitude for the signal.
EvmRmsSpecifies the root mean square Error Vector Magnitude for the entire burst in percent rms.
FrequencyErrorSpecifies the carrier frequency error relative to the measurement center frequency.
IQGainImbalanceCompares the gain of the I signal with the gain of the Q signal.
IQOffsetSpecifies the magnitude of the carrier feed through signal. No carrier feed through signal, I/Q offset = 0.
IQQuadratureErrorSpecifies the orthogonal error between the I and Q signals.
LSEvmNot implemented.
MagnitudeErrorPeakNot implemented.
MagnitudeErrorPeakSymbolNot implemented.
MagnitudeErrorRmsNot implemented.
NSymSpecifies the number of DATA symbols transmitted in the OFDM burst.
OctetsSpecifies the number of decoded Octets transmitted in the OFDM burst. Not available for HIPERLAN/2 signals.
PhaseErrorPeakNot implemented.
PhaseErrorPeakSymbolNot implemented.
PhaseErrorRmsNot implemented.
PilotEvmSpecifies the RMS value of the Error Vector Magnitudes of the four pilot subcarriers for all symbols over the entire burst.
SymbolClockErrorSpecifies the difference between the ideal and actual symbol clock frequency in ppm.
SyncCorrelationSpecifies the cross correlation of the preamble synchronization for the measured signal to an ideal signal.
‡ This is the minimum 89600 VSA software version level needed to use this enum member.

Requirements

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

See Also