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


Glossary Item Box

Gets or sets the time-domain windowing between symbols.

Syntax

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

Remarks

This property specifies how much time-domain windowing the transmitter used between symbols. Normally, a transmitter will do this windowing to smooth the discontinuity between OFDM symbols, to reduce the spectral leakage outside the nominal signal bandwidth.

Requirements

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

See Also