Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property RequiredDelayPoints As Long |
C# | |
---|---|
public long RequiredDelayPoints {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 RequiredSettlePoints. To summarize, RequiredDelayPoints = RequiredSettlePoints - 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 RequiredSettlePoints - RequiredDelayPoints in samples.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)