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


Glossary Item Box

Gets or sets the offset of analyzed portion of ResultLength.

Syntax

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

Property Value

The default value is 0 symbols. The maximum value is the current ResultLength - MeasurementInterval, and the minimum value is 0 symbols.

Remarks

Together with MeasurementInterval, this specifies the subset of ResultLength to analyze.

Requirements

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

See Also