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


Glossary Item Box

Gets or sets the measurement offset, in Power Control Groups (PCGs).

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 PCGs. The maximum value is one less than the current ResultLength, and the minimum is 0.

Remarks

The MeasurementOffset determines the start position of the MeasurementInterval within the ResultLength. When running a measurement, the analyzer acquires and analyzes data of length equal to the ResultLength. A subset of this data is specified by the MeasurementInterval and MeasurementOffset properties. This subset of the data is what is actually displayed in the analyzer traces. The MeasurementOffset is the number of PCGs between the start of the ResultLength and the start of the displayed data. You can change the MeasurementInterval and MeasurementOffset after pausing a measurement, and the analyzer can compute and display new traces without having to acquire new data.

The Composite and CDE measurement results ignore the MeasurementInterval and MeasurementOffset, and are computed only for the first PCG in the ResultLength. The Channel and CDP measurement results are computed using the full MeasurementInterval starting at MeasurementOffset PCGs into the ResultLength.

Requirements

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

See Also