Keysight Pathwave 89600 VSA .NET API
XDelta Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > MeasurementData Class : XDelta Property


Glossary Item Box

Gets or sets the delta X for the Data.

Syntax

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

Remarks

Returns the X start for the Data. The XStart and XDelta properties can be used together to reconstruct the time/frequency axis for the data.

For time-segmented data, you will need to use SegmentXStart and SegmentXDelta instead of XStart and XDelta.

If the trace contains spectrum data, then the non-alias protected data is also included in the returned data. You can use State["FreqValidMin"] and State["FreqValidMax"] to determine the minimum and maximum valid frequencies for the data.

Requirements

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

See Also