Visual Basic (Declaration) | |
---|---|
Public MustOverride Property Points As Integer |
C# | |
---|---|
public abstract int Points {get; set;} |
This property determines the number of main time points of data to acquire for each measurement scan. This is an alternate way of specifying the Frequency.Points length and is equal to:
Time.Points = (Frequency.Points - 1) * 1.28
Note: most demodulation measurements set the number of time/frequency points automatically, usually based on a parameter called "Result Length" or "Search Length."
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)