Keysight Pathwave 89600 VSA .NET API
SettlingSamples Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > UserInputData Class : SettlingSamples Property


Glossary Item Box

Gets the amount of data expected to be needed for settling.

Syntax

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

Remarks

Returns the number of floats (2x samples if UserInputSetup.IsComplexData is true) that the data consuming Measurement expects to need for settling. This sets properties for all channels, and gets the property value of the first channel. Use Channels to get or set properties of individual channels. Generally, these points come from both the beginning and the end of the block. Effectively, these points are not displayed. When in continuous mode, the data consuming Measurement requests a fixed number of points for each possible display update, which depends on the overlap time set. No points will be displayed until the number of sample specified by this property are received by the data consuming Measurement. There is no special request for the settling points, it is determined by the data consuming Measurement configuration. Changes to this read-only property may be detected through UserInputChangeRegister.

Requirements

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

See Also