Visual Basic (Declaration) | |
---|---|
Public MustOverride Property MeasurementOffset As Integer |
C# | |
---|---|
public abstract int MeasurementOffset {get; set;} |
Property Value
The default value is 0 PCGs. The maximum value is one less than the current ResultLength, and the minimum is 0.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.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)