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


Glossary Item Box

Gets the sum total of input data settling samples the user must supply in order to satisfy the configured measurement.

Syntax

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

Remarks

This calculated value represents the sum total of any additional pre-settling (delay) + post-settling samples required to settle the measurement filtering used in the demodulation process. Note the calculated number of input data pre-settling (delay) samples is returned separately as RequiredDelayPoints. To summarize, RequiredSettlePoints = RequiredDelayPoints + post-settling sample points.

Requirements

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

See Also