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


Glossary Item Box

Gets or sets the portion of the ResultLength to analyze.

Syntax

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

Property Value

The default value is 60 symbols, matching the default result length. The maximum value is the current ResultLength, and the minimum value is 1 symbol.

Remarks

Together with MeasurementOffset, this specifies the subset of ResultLength to analyze. IQ results are displayed for all symbols within the MeasurementInterval. If the MeasurementInterval equals the full result length (and therefore the MeasurementOffset is zero), then changing the ResultLength will cause MeasurementInterval to change to match the new ResultLength.

Requirements

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

See Also