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


Glossary Item Box

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

Syntax

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

Remarks

This calculated value is partly determined by the DemodResultLengthInSubframe in combination with the RequiredSampleRateForTimeDomainInput. The calculated value also includes any additional search interval samples required to reliably find the frame boundary, the size of which depends on both the periodicity of the synchronization signal being searched for, and whether the frame trigger is enabled when capturing the data. In addition, the calculated value also includes RequiredSettlePoints which represents the sum of any additional pre-settling (delay) and post-settling samples required to settle the measurement filtering used in the demodulation process. To summarize, RequiredInputDataPoints directly depends on the sample point requirements of DemodResultLengthInSubframe + Search Interval + RequiredSettlePoints.

Requirements

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

See Also