Visual Basic (Declaration) | |
---|---|
Public MustOverride Property Points As Integer |
C# | |
---|---|
public abstract int Points {get; set;} |
Returns the number of points (real or complex) that is returned by the Data property. The IsComplex property returns whether the trace data is complex. 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)