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

Requirements

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

See Also