Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property DelayPoints As Long |
C# | |
---|---|
public long DelayPoints {get;} |
This calculated value represents the number of input data pre-settling (delay) samples incurred during the measurement filtering used in the demodulation process. Note the calculated sum total of input data pre-settling (delay) + post-settling samples is returned separately as SettlePoints. To summarize, DelayPoints = SettlePoints - post-settling sample points. For the supplied input data acquisition process, the user can calculate the required amount of input data acquisition pre-trigger delay as SettlePoints - DelayPoints in samples.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)