Keysight Pathwave 89600 VSA .NET API
RequiredDelayPoints Property
See Also 
Agilent.SA.Vsa.NewRadio.Interfaces Assembly > Keysight.SA.Vsa.ContextExtensions.NewRadio Namespace > ConfigurationResult Class : RequiredDelayPoints Property


Glossary Item Box

Gets the number of input data pre-settling (delay) samples incurred during the configured measurement.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property RequiredDelayPoints As Long
C# 
public long RequiredDelayPoints {get;}
C++/CLI 
public:
property int64 RequiredDelayPoints {
   int64 get();
}

Remarks

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.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also