Visual Basic (Declaration) | |
---|---|
Public MustOverride Property XStart As Double |
C# | |
---|---|
public abstract double XStart {get; set;} |
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.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)