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


Glossary Item Box

Gets or sets the measurement interval, in terms of Power Control Groups (PCGs).

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 1 PCG. The maximum value is equal to the current ResultLength, and the minimum is 1 PCG.

Remarks

This property specifies the subset of the ResultLength data that is used for computing the trace data results. The value is in units of power control groups. One power control group is equal to 1536 chips and is equal to 1.25 milliseconds at the default chip rate. 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