Keysight Pathwave 89600 VSA .NET API
DelayPoints Property
See Also 
Agilent.SA.Vsa.Lte.Interfaces Assembly > Keysight.SA.Vsa.ContextExtensions.Lte Namespace > RequirementsForTimeDomainInputData Class : DelayPoints 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 DelayPoints As Long
C# 
public long DelayPoints {get;}
C++/CLI 
public:
property int64 DelayPoints {
   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 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.

Requirements

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

See Also